summaryrefslogtreecommitdiff
path: root/src/IO/http.c
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-06-22 20:07:50 +0000
committercorvid <corvid@lavabit.com>2009-06-22 20:07:50 +0000
commitb46d8c44fbf12e29e20978b4edbcbd1c3be5c5b2 (patch)
tree94cd9040dfb16e567c47154910ddababc8f5f6b2 /src/IO/http.c
parentfd38ecd41a055dbfbb93e8935c78c6a4a4b2236a (diff)
remove system includes
Diffstat (limited to 'src/IO/http.c')
-rw-r--r--src/IO/http.c2
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 */