summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-02-08 17:52:32 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2017-02-08 17:52:32 +0000
commit2432daf4cf58b5ff11e008ca34811588285c43b3 (patch)
tree162b9a0181a16f9d7a9aa5cfa43cd0883a5d18b5 /test
parent37eaaada97e121842df865fa4bdf513a9b16d726 (diff)
downloadlibepoxy-2432daf4cf58b5ff11e008ca34811588285c43b3.tar.gz
Drop unnecessary inclusion of "config.h"
The WGL tests should not include "config.h", since we're trying to test the use of Epoxy, not its internals.
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"