]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test.c
Some more platform / compiler specific code refactoring.
[xonotic/gmqcc.git] / test.c
diff --git a/test.c b/test.c
index 07ca9caf25400ef6ebcc55ec5fd2caea9c77364f..a0484befecb788ddd5f7507af9384e26f3e85945 100644 (file)
--- a/test.c
+++ b/test.c
  */
 #include <stdlib.h>
 #include <string.h>
-#include <sys/types.h>
-#include <sys/stat.h>
 
 #include "gmqcc.h"
+#include "platform.h"
 
 static const char *task_bins[] = {
     "./gmqcc",