diff options
author | David Robillard <d@drobilla.net> | 2020-10-29 15:45:28 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-30 10:58:29 +0100 |
commit | 09fd11906d65a909bc84c7950f428ea3092dc405 (patch) | |
tree | 0dda345254b8cb8840ea86c857498e595811186c /examples | |
parent | d3d0c5582d34daafc39d5f3d64e0d2d94571ff4b (diff) | |
download | pugl-09fd11906d65a909bc84c7950f428ea3092dc405.tar.gz pugl-09fd11906d65a909bc84c7950f428ea3092dc405.tar.bz2 pugl-09fd11906d65a909bc84c7950f428ea3092dc405.zip |
Remove GL and GLU wrapper headers
Include them in pugl_gl.h instead, to simplify things and unclutter the include
directory.
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" |