summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/headerguards.c2
-rw-r--r--test/wgl_core_and_exts.c1
-rw-r--r--test/wgl_per_context_funcptrs.c1
-rw-r--r--test/wgl_usefontbitmaps.c1
4 files changed, 1 insertions, 4 deletions
diff --git a/test/headerguards.c b/test/headerguards.c
index 866b506..c5e5e69 100644
--- a/test/headerguards.c
+++ b/test/headerguards.c
@@ -21,7 +21,7 @@
* IN THE SOFTWARE.
*/
-#include <config.h>
+#include "config.h"
#include <epoxy/gl.h>
diff --git a/test/wgl_core_and_exts.c b/test/wgl_core_and_exts.c
index bbb2645..043a911 100644
--- a/test/wgl_core_and_exts.c
+++ b/test/wgl_core_and_exts.c
@@ -21,7 +21,6 @@
* IN THE SOFTWARE.
*/
-#include <config.h>
#include <stdio.h>
#include "wgl_common.h"
diff --git a/test/wgl_per_context_funcptrs.c b/test/wgl_per_context_funcptrs.c
index c76c7b3..8544d82 100644
--- a/test/wgl_per_context_funcptrs.c
+++ b/test/wgl_per_context_funcptrs.c
@@ -35,7 +35,6 @@
* regardless.
*/
-#include <config.h>
#include <stdio.h>
#include <assert.h>
diff --git a/test/wgl_usefontbitmaps.c b/test/wgl_usefontbitmaps.c
index 8a528da..fc58d8b 100644
--- a/test/wgl_usefontbitmaps.c
+++ b/test/wgl_usefontbitmaps.c
@@ -21,7 +21,6 @@
* IN THE SOFTWARE.
*/
-#include <config.h>
#include <stdio.h>
#include "wgl_common.h"