From 2432daf4cf58b5ff11e008ca34811588285c43b3 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 8 Feb 2017 17:52:32 +0000 Subject: [PATCH] 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. --- test/headerguards.c | 2 +- test/wgl_core_and_exts.c | 1 - test/wgl_per_context_funcptrs.c | 1 - test/wgl_usefontbitmaps.c | 1 - 4 files changed, 1 insertion(+), 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 +#include "config.h" #include 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 #include #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 #include #include 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 #include #include "wgl_common.h"