From 09fd11906d65a909bc84c7950f428ea3092dc405 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Oct 2020 15:45:28 +0100 Subject: Remove GL and GLU wrapper headers Include them in pugl_gl.h instead, to simplify things and unclutter the include directory. --- examples/pugl_embed_demo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/pugl_embed_demo.c') 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" -- cgit v1.2.1