diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-22 09:15:39 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-23 13:43:23 +0100 |
commit | fd9a4869253110c96e94b4705d4c3604f4d28ce7 (patch) | |
tree | 7f288035a44ddb0c9d7e14bbae857680daa7ea31 /log.c | |
parent | 6b191ed52a6f3e10816f50d23ec3e52a7d8f2837 (diff) |
don't directly include sys/queue.h
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ #include "gmid.h" #include <sys/types.h> -#include <sys/queue.h> #include <sys/uio.h> #include <errno.h> |