summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util.c b/src/util.c
index b7b62a4..c0047d9 100644
--- a/src/util.c
+++ b/src/util.c
@@ -16,12 +16,11 @@
#include <errno.h>
#include <stdarg.h>
#include <stdbool.h>
-#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <time.h>
+#include <time.h> // IWYU pragma: keep
void
lilv_free(void* ptr)