don't directly include sys/queue.h

This commit is contained in:
Omar Polo 2021-02-22 09:15:39 +00:00
parent 6b191ed52a
commit fd9a486925
No known key found for this signature in database
GPG Key ID: 35F98C96A1786F0D
1 changed files with 0 additions and 1 deletions

1
log.c
View File

@ -17,7 +17,6 @@
#include "gmid.h"
#include <sys/types.h>
#include <sys/queue.h>
#include <sys/uio.h>
#include <errno.h>