aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_embed_demo.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-29 15:45:28 +0100
committerDavid Robillard <d@drobilla.net>2020-10-30 10:58:29 +0100
commit09fd11906d65a909bc84c7950f428ea3092dc405 (patch)
tree0dda345254b8cb8840ea86c857498e595811186c /examples/pugl_embed_demo.c
parentd3d0c5582d34daafc39d5f3d64e0d2d94571ff4b (diff)
downloadpugl-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/pugl_embed_demo.c')
-rw-r--r--examples/pugl_embed_demo.c1
1 files changed, 0 insertions, 1 deletions
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"