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.c16
1 files changed, 6 insertions, 10 deletions
diff --git a/test/test_build.c b/test/test_build.c
index e28df3c..4f66eca 100644
--- a/test/test_build.c
+++ b/test/test_build.c
@@ -1,17 +1,13 @@
// Copyright 2020 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
-/*
- Tests that C headers compile without any warnings.
-*/
+// Tests that C headers compile without any warnings
-#define PUGL_DISABLE_DEPRECATED
-
-#include "pugl/cairo.h" // IWYU pragma: keep
-#include "pugl/gl.h" // IWYU pragma: keep
-#include "pugl/glu.h" // IWYU pragma: keep
-#include "pugl/pugl.h" // IWYU pragma: keep
-#include "pugl/stub.h" // IWYU pragma: keep
+#include <pugl/cairo.h> // IWYU pragma: keep
+#include <pugl/gl.h> // IWYU pragma: keep
+#include <pugl/glu.h> // IWYU pragma: keep
+#include <pugl/pugl.h> // IWYU pragma: keep
+#include <pugl/stub.h> // IWYU pragma: keep
int
main(void)