]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
More cleanups, gmqcc.h doesn't need to include stdio.h now!
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index b7f1f8f6c781e0150da831fa7e16bd0465c9dd54..3649ea4cc049045a76d44894b17dab766ced38f1 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -24,7 +24,7 @@
 #ifndef GMQCC_HDR
 #define GMQCC_HDR
 #include <stdarg.h>
-#include <stdio.h> /* TODO: remove this */
+#include <stddef.h>
 
 /*
  * Disable some over protective warnings in visual studio because fixing them is a waste