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. --- test/test_build.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/test_build.c') 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 -- cgit v1.2.1