]> git.cworth.org Git - fips/blobdiff - glwrap.c
fips-dispatch: Completely separate fips-dispatch GL prototypes from GL/gl.h
[fips] / glwrap.c
index 323c321107c5d37dc7cd0775e0475afe431869c5..bcb8111a03e990baa9298c3c939f2f77494a11ad 100644 (file)
--- a/glwrap.c
+++ b/glwrap.c
  * THE SOFTWARE.
  */
 
-#include "fips.h"
-
-#include "glwrap.h"
-
-#include "metrics.h"
-
 /* The prototypes for some OpenGL functions changed at one point from:
  *
  *     const void* *indices
 #define GL_GLEXT_PROTOTYPES
 #include <GL/gl.h>
 
+#include "fips.h"
+
+#include "glwrap.h"
+
+#include "metrics.h"
+
 #include "dlwrap.h"
 
 static int inside_new_list = 0;