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 /test | |
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 'test')
-rw-r--r-- | test/test_build.c | 2 | ||||
-rw-r--r-- | test/test_build.cpp | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/test/test_build.c b/test/test_build.c index de16e91..984d23a 100644 --- a/test/test_build.c +++ b/test/test_build.c @@ -20,8 +20,6 @@ #define PUGL_DISABLE_DEPRECATED -#include "pugl/gl.h" // IWYU pragma: keep -#include "pugl/glu.h" // IWYU pragma: keep #include "pugl/pugl.h" // IWYU pragma: keep #include "pugl/pugl_cairo.h" // IWYU pragma: keep #include "pugl/pugl_gl.h" // IWYU pragma: keep diff --git a/test/test_build.cpp b/test/test_build.cpp index 979b7f6..e8e64ab 100644 --- a/test/test_build.cpp +++ b/test/test_build.cpp @@ -20,8 +20,6 @@ #define PUGL_DISABLE_DEPRECATED -#include "pugl/gl.h" // IWYU pragma: keep -#include "pugl/glu.h" // IWYU pragma: keep #include "pugl/pugl.h" // IWYU pragma: keep #include "pugl/pugl.hpp" // IWYU pragma: keep #include "pugl/pugl.ipp" // IWYU pragma: keep |