]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_glx.c
move two #defined to quakedef.h, and always include quakedef.h first before any other...
[xonotic/darkplaces.git] / vid_glx.c
index dd7ad346be76ba67b41d3a285e04c04b285d1c0e..68896def99ebd74095bb2629026ced921ae26548 100644 (file)
--- a/vid_glx.c
+++ b/vid_glx.c
@@ -17,6 +17,8 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 
+#include "quakedef.h"
+
 #include <signal.h>
 
 #include <dlfcn.h>
@@ -35,8 +37,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #endif
 #include <X11/extensions/xf86vmode.h>
 
-#include "quakedef.h"
-
 #include "nexuiz.xpm"
 #include "darkplaces.xpm"