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.
macos/v1.5.9
Emmanuele Bassi 7 years ago
parent 37eaaada97
commit 2432daf4cf
  1. 2
      test/headerguards.c
  2. 1
      test/wgl_core_and_exts.c
  3. 1
      test/wgl_per_context_funcptrs.c
  4. 1
      test/wgl_usefontbitmaps.c

@ -21,7 +21,7 @@
* IN THE SOFTWARE.
*/
#include <config.h>
#include "config.h"
#include <epoxy/gl.h>

@ -21,7 +21,6 @@
* IN THE SOFTWARE.
*/
#include <config.h>
#include <stdio.h>
#include "wgl_common.h"

@ -35,7 +35,6 @@
* regardless.
*/
#include <config.h>
#include <stdio.h>
#include <assert.h>

@ -21,7 +21,6 @@
* IN THE SOFTWARE.
*/
#include <config.h>
#include <stdio.h>
#include "wgl_common.h"

Loading…
Cancel
Save