]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Major header reworking, this respects the namespaces properly. Makes object dependenc...
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 5922b840bb23394ad59b6140ade0db1821252d15..6dde0cd71fb1172942d23ad7ffe9671f036c8b65 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
  */
 #ifndef GMQCC_HDR
 #define GMQCC_HDR
-#include <limits.h>
-#include <stdlib.h>
-#include <string.h>
 #include <stdarg.h>
-#include <stdio.h>
-#include <ctype.h>
+#include <stdio.h> /* TODO: remove this */
 
 /*
  * Disable some over protective warnings in visual studio because fixing them is a waste