diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-03-28 10:16:17 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-03-28 10:16:17 +0100 |
commit | 4208641de7045299a10f51209bec4623cbea6744 (patch) | |
tree | 93beea95ac3c3f476b4470fc9e4ffe00a4cb3fcd | |
parent | be568ea3b21b88763d2cc274bdec3a476136de2f (diff) | |
download | rtmux-4208641de7045299a10f51209bec4623cbea6744.tar.gz rtmux-4208641de7045299a10f51209bec4623cbea6744.tar.bz2 rtmux-4208641de7045299a10f51209bec4623cbea6744.zip |
Remove queue.h, from Simon Holesch.
-rw-r--r-- | proc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ */ #include <sys/types.h> -#include <sys/queue.h> #include <sys/socket.h> #include <sys/uio.h> #include <sys/utsname.h> |