]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
move two #defined to quakedef.h, and always include quakedef.h first before any other...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 36fa7ac59e621588c30878e616c7afa415107c3e..4638ee8fae2226dbf3fb2cf3952e5bf783030193 100644 (file)
--- a/host.c
+++ b/host.c
@@ -19,8 +19,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 // host.c -- coordinates spawning and killing of local servers
 
-#include <time.h>
 #include "quakedef.h"
+
+#include <time.h>
 #include "libcurl.h"
 #include "cdaudio.h"
 #include "cl_video.h"