diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cube_view.h | 2 | ||||
-rw-r--r-- | examples/pugl_cursor_demo.c | 1 | ||||
-rw-r--r-- | examples/pugl_embed_demo.c | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/examples/cube_view.h b/examples/cube_view.h index 87bf3b5..ceece42 100644 --- a/examples/cube_view.h +++ b/examples/cube_view.h @@ -21,7 +21,7 @@ #include "demo_utils.h" -#include "pugl/gl.h" +#include "pugl/pugl_gl.h" // clang-format off diff --git a/examples/pugl_cursor_demo.c b/examples/pugl_cursor_demo.c index 4953682..ad9bb8e 100644 --- a/examples/pugl_cursor_demo.c +++ b/examples/pugl_cursor_demo.c @@ -21,7 +21,6 @@ #include "test/test_utils.h" -#include "pugl/gl.h" #include "pugl/pugl.h" #include "pugl/pugl_gl.h" diff --git a/examples/pugl_embed_demo.c b/examples/pugl_embed_demo.c index 774ac77..b481d4a 100644 --- a/examples/pugl_embed_demo.c +++ b/examples/pugl_embed_demo.c @@ -23,7 +23,6 @@ #include "demo_utils.h" #include "test/test_utils.h" -#include "pugl/gl.h" #include "pugl/pugl.h" #include "pugl/pugl_gl.h" |