aboutsummaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-rw-r--r--src/x11.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/x11.c b/src/x11.c
index 039c411..9504705 100644
--- a/src/x11.c
+++ b/src/x11.c
@@ -32,7 +32,6 @@
#endif
#include <sys/select.h>
-#include <sys/time.h>
#include <limits.h>
#include <math.h>