From 196d8d2943e628bc53dc21f34859ad2740ef1142 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 18 Nov 2019 19:50:27 +0100 Subject: Cleanup: Remove unnecessary includes --- test/pugl_cairo_test.c | 1 - test/pugl_gl3_test.c | 1 - test/pugl_print_events.c | 3 --- 3 files changed, 5 deletions(-) (limited to 'test') diff --git a/test/pugl_cairo_test.c b/test/pugl_cairo_test.c index 61f8ce1..ca4d368 100644 --- a/test/pugl_cairo_test.c +++ b/test/pugl_cairo_test.c @@ -28,7 +28,6 @@ #include #include #include -#include static PuglWorld* world = NULL; PuglTestOptions opts = {0}; diff --git a/test/pugl_gl3_test.c b/test/pugl_gl3_test.c index 4f9bbb5..80a8912 100644 --- a/test/pugl_gl3_test.c +++ b/test/pugl_gl3_test.c @@ -47,7 +47,6 @@ #include #include -#include #include #include #include diff --git a/test/pugl_print_events.c b/test/pugl_print_events.c index 5e6fba1..1a0e079 100644 --- a/test/pugl_print_events.c +++ b/test/pugl_print_events.c @@ -23,11 +23,8 @@ #include "pugl/pugl.h" #include "pugl/pugl_stub_backend.h" -#include #include -#include #include -#include typedef struct { -- cgit v1.2.1