aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_redisplay.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-04-22 18:16:49 -0400
committerDavid Robillard <d@drobilla.net>2022-04-23 21:19:22 -0400
commitb0759696d15d24f9e82318d9c27cb794a4787c9c (patch)
treef3d01521770bb1195c940f0b32da4f81558e315b /test/test_redisplay.c
parent7feb9000f640d9d6f05f5d0f80a2177db920af49 (diff)
downloadpugl-b0759696d15d24f9e82318d9c27cb794a4787c9c.tar.gz
pugl-b0759696d15d24f9e82318d9c27cb794a4787c9c.tar.bz2
pugl-b0759696d15d24f9e82318d9c27cb794a4787c9c.zip
Fix IWYU warnings
I suspect that using the same configuration across both C and C++ is starting to wear a bit thin, but this will do for now.
Diffstat (limited to 'test/test_redisplay.c')
-rw-r--r--test/test_redisplay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_redisplay.c b/test/test_redisplay.c
index cf30204..5a0de4d 100644
--- a/test/test_redisplay.c
+++ b/test/test_redisplay.c
@@ -15,7 +15,6 @@
#include <assert.h>
#include <stdbool.h>
-#include <stddef.h>
#include <stdint.h>
#include <stdio.h>