aboutsummaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-22 09:15:39 +0000
committerOmar Polo <op@omarpolo.com>2021-02-23 13:43:23 +0100
commitfd9a4869253110c96e94b4705d4c3604f4d28ce7 (patch)
tree7f288035a44ddb0c9d7e14bbae857680daa7ea31 /log.c
parent6b191ed52a6f3e10816f50d23ec3e52a7d8f2837 (diff)
don't directly include sys/queue.h
Diffstat (limited to 'log.c')
-rw-r--r--log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/log.c b/log.c
index 8a54f44..6bb84f1 100644
--- a/log.c
+++ b/log.c
@@ -17,7 +17,6 @@
#include "gmid.h"
#include <sys/types.h>
-#include <sys/queue.h>
#include <sys/uio.h>
#include <errno.h>