aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-11-18 19:50:27 +0100
committerDavid Robillard <d@drobilla.net>2019-11-18 19:50:43 +0100
commit196d8d2943e628bc53dc21f34859ad2740ef1142 (patch)
tree9a5aa04f563b10f89adbc0c242383944be6a3878
parentc3efbc6e434168c7f797d787f56c7f7d5fdbdb6f (diff)
downloadpugl-196d8d2943e628bc53dc21f34859ad2740ef1142.tar.gz
pugl-196d8d2943e628bc53dc21f34859ad2740ef1142.tar.bz2
pugl-196d8d2943e628bc53dc21f34859ad2740ef1142.zip
Cleanup: Remove unnecessary includes
-rw-r--r--pugl/detail/x11.c1
-rw-r--r--test/pugl_cairo_test.c1
-rw-r--r--test/pugl_gl3_test.c1
-rw-r--r--test/pugl_print_events.c3
4 files changed, 0 insertions, 6 deletions
diff --git a/pugl/detail/x11.c b/pugl/detail/x11.c
index 4f4d7e8..133436c 100644
--- a/pugl/detail/x11.c
+++ b/pugl/detail/x11.c
@@ -37,7 +37,6 @@
#include <sys/select.h>
#include <sys/time.h>
-#include <limits.h>
#include <math.h>
#include <stdbool.h>
#include <stdint.h>
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 <math.h>
#include <stdbool.h>
#include <stdio.h>
-#include <string.h>
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 <math.h>
#include <stdbool.h>
-#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
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 <math.h>
#include <stdbool.h>
-#include <stdint.h>
#include <stdio.h>
-#include <string.h>
typedef struct
{