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"