aboutsummaryrefslogtreecommitdiffstats
path: root/test/pugl_cairo_test.c
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 /test/pugl_cairo_test.c
parentc3efbc6e434168c7f797d787f56c7f7d5fdbdb6f (diff)
downloadpugl-196d8d2943e628bc53dc21f34859ad2740ef1142.tar.gz
pugl-196d8d2943e628bc53dc21f34859ad2740ef1142.tar.bz2
pugl-196d8d2943e628bc53dc21f34859ad2740ef1142.zip
Cleanup: Remove unnecessary includes
Diffstat (limited to 'test/pugl_cairo_test.c')
-rw-r--r--test/pugl_cairo_test.c1
1 files changed, 0 insertions, 1 deletions
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};