diff options
Diffstat (limited to 'examples/pugl_embed_demo.c')
-rw-r--r-- | examples/pugl_embed_demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pugl_embed_demo.c b/examples/pugl_embed_demo.c index b481d4a..db4a141 100644 --- a/examples/pugl_embed_demo.c +++ b/examples/pugl_embed_demo.c @@ -23,8 +23,8 @@ #include "demo_utils.h" #include "test/test_utils.h" +#include "pugl/gl.h" #include "pugl/pugl.h" -#include "pugl/pugl_gl.h" #include <math.h> #include <stdbool.h> |