X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=glwrap.c;h=e92889a7688da5efb636f1fc4503c251e3f91b79;hb=5569357a9fc7189c2bae43773f44ba576583ec2b;hp=323c321107c5d37dc7cd0775e0475afe431869c5;hpb=a9a3c0277f608fcfc7c92a93796db001d36914d4;p=fips diff --git a/glwrap.c b/glwrap.c index 323c321..e92889a 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 @@ -42,8 +36,12 @@ */ #define const -#define GL_GLEXT_PROTOTYPES -#include +#include "fips.h" +#include "fips-dispatch.h" + +#include "glwrap.h" + +#include "metrics.h" #include "dlwrap.h"