aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_build.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_build.c')
-rw-r--r--test/test_build.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_build.c b/test/test_build.c
index 984d23a..5259c7c 100644
--- a/test/test_build.c
+++ b/test/test_build.c
@@ -20,10 +20,10 @@
#define PUGL_DISABLE_DEPRECATED
-#include "pugl/pugl.h" // IWYU pragma: keep
-#include "pugl/pugl_cairo.h" // IWYU pragma: keep
-#include "pugl/pugl_gl.h" // IWYU pragma: keep
-#include "pugl/pugl_stub.h" // IWYU pragma: keep
+#include "pugl/cairo.h" // IWYU pragma: keep
+#include "pugl/gl.h" // IWYU pragma: keep
+#include "pugl/pugl.h" // IWYU pragma: keep
+#include "pugl/stub.h" // IWYU pragma: keep
int
main(void)