X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=glwrap.c;h=bcb8111a03e990baa9298c3c939f2f77494a11ad;hb=6475596e655063624dbf54359bd2a45de6a17dd1;hp=323c321107c5d37dc7cd0775e0475afe431869c5;hpb=c10f5f0deb7723aa8462ce52e58f40c9490a8340;p=fips diff --git a/glwrap.c b/glwrap.c index 323c321..bcb8111 100644 --- a/glwrap.c +++ b/glwrap.c @@ -19,12 +19,6 @@ * 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 @@ -45,6 +39,12 @@ #define GL_GLEXT_PROTOTYPES #include +#include "fips.h" + +#include "glwrap.h" + +#include "metrics.h" + #include "dlwrap.h" static int inside_new_list = 0;