Portable does not need sys/queue.h.

This commit is contained in:
Nicholas Marriott 2020-05-03 10:49:16 +01:00
parent 6a33a12798
commit 846b99e0cb

1
file.c
View File

@ -17,7 +17,6 @@
*/ */
#include <sys/types.h> #include <sys/types.h>
#include <sys/queue.h>
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>