sheepy

build system (sheepy) and package manager (spm) for C
git clone https://spartatek.se/git/sheepy.git
Log | Files | Refs | README | LICENSE

commit afe8eca93fdb9e103033fa959d16e5b9d51cdcc3
parent a1775a813e341290a28ade4c018a23333654bd67
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 21 Nov 2020 14:44:33 +0100

remove redundant includes in class template

src/sheepy.h | 4 ----
1 file changed, 4 deletions(-)

Diffstat:
Msrc/sheepy.h | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/sheepy.h b/src/sheepy.h @@ -178,10 +178,6 @@ void cleanUpClassTemplateFinishG(classTemplatet *val);\n\ #include \"classTemplate.h\"\n\ #include \"classTemplateInternal.h\"\n\ \n\ -#include <stdlib.h>\n\ -#include <string.h>\n\ -#include <stdio.h>\n\ -\n\ void initiateClassTemplate(classTemplatet *self);\n\ void registerMethodsClassTemplate(classTemplateFunctionst *f);\n\ void initiateAllocateClassTemplate(classTemplatet **self);\n\