]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - exec.c
Some more platform / compiler specific code refactoring.
[xonotic/gmqcc.git] / exec.c
diff --git a/exec.c b/exec.c
index d614ebf58305351868c69f0c0dba0ad39a2960ba..8f68d5c3c0629421d207a1da59f512c048446497 100644 (file)
--- a/exec.c
+++ b/exec.c
  */
 #ifndef QCVM_LOOP
 #include <errno.h>
-#include <stdio.h>
-#include <string.h>
-#include <stdarg.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "gmqcc.h"
+#include "platform.h"
 
 static void loaderror(const char *fmt, ...)
 {