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/cube_view.h | 2 +- examples/pugl_cursor_demo.c | 1 - examples/pugl_embed_demo.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'examples') 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" -- cgit v1.2.1