include fxdrv.h before other headers (Ivan Kalvatchev)
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 3 Apr 2001 16:32:29 +0000 (16:32 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 3 Apr 2001 16:32:29 +0000 (16:32 +0000)
src/mesa/drivers/glide/fxwgl.c

index 1bcde83..f7a84c3 100644 (file)
@@ -55,6 +55,7 @@ extern "C"
 {
 #endif
 
+#include "fxdrv.h"
 #include <windows.h>
 #include "GL/gl.h"
 
@@ -64,7 +65,6 @@ extern "C"
 
 #include <stdio.h>
 #include "GL/fxmesa.h"
-#include "fxdrv.h"
 
 #define MAX_MESA_ATTRS  20