]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
UNMERGE
authorhavoc havoc@d7cf8633-e32d-0410-b094-e92efae38249 <>
Thu, 19 Aug 2010 15:15:32 +0000 (15:15 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 24 Sep 2010 20:00:31 +0000 (22:00 +0200)
fix a compile error

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10403 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::unmerge=cbfd258f467a1a2f62f2d98176cfbf4073a4d463

sys_sdl.c

index 833e00d58fd9282ac8a4e150beb902135fcd5665..af4777b40fe3c244dd1c3a8a21f401567b2f7f7e 100644 (file)
--- a/sys_sdl.c
+++ b/sys_sdl.c
@@ -1,3 +1,4 @@
+#include "quakedef.h"
 
 #ifdef WIN32
 #ifdef _MSC_VER
@@ -16,8 +17,6 @@
 
 #include <SDL.h>
 
-#include "quakedef.h"
-
 // =======================================================================
 // General routines
 // =======================================================================