summaryrefslogtreecommitdiffstats
path: root/proc.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2021-03-28 10:16:17 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-03-28 10:16:17 +0100
commit4208641de7045299a10f51209bec4623cbea6744 (patch)
tree93beea95ac3c3f476b4470fc9e4ffe00a4cb3fcd /proc.c
parentbe568ea3b21b88763d2cc274bdec3a476136de2f (diff)
Remove queue.h, from Simon Holesch.
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index a1a2b36a..958a9483 100644
--- a/proc.c
+++ b/proc.c
@@ -17,7 +17,6 @@
*/
#include <sys/types.h>
-#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/uio.h>
#include <sys/utsname.h>