]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_glx.c
first part of fog changes: no longer use a complex glsl equation; modify the table...
[xonotic/darkplaces.git] / vid_glx.c
index 68896def99ebd74095bb2629026ced921ae26548..7f5fbe051eb359f4c47cc74f90f8e1cc00f32f53 100644 (file)
--- a/vid_glx.c
+++ b/vid_glx.c
@@ -17,8 +17,6 @@ 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>
@@ -27,6 +25,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include <X11/Xutil.h>
 #include <GL/glx.h>
 
+#include "quakedef.h"
+
 #include <X11/keysym.h>
 #include <X11/cursorfont.h>
 #include <X11/xpm.h>