diff options
Diffstat (limited to 'src/IO/http.c')
-rw-r--r-- | src/IO/http.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/IO/http.c b/src/IO/http.c index ae87c8d0..84120a92 100644 --- a/src/IO/http.c +++ b/src/IO/http.c @@ -20,9 +20,7 @@ #include <unistd.h> #include <errno.h> /* for errno */ #include <stdlib.h> -#include <signal.h> #include <fcntl.h> -#include <sys/wait.h> #include <sys/socket.h> /* for lots of socket stuff */ #include <netinet/in.h> /* for ntohl and stuff */ #include <arpa/inet.h> /* for inet_ntop */ |