aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/socket.c b/socket.c
index 7a98f83f..f0020adf 100644
--- a/socket.c
+++ b/socket.c
@@ -7,14 +7,11 @@
#include <config.h>
#include <stdio.h>
-#include <fcntl.h>
#include <sys/types.h>
#include <sys/socket.h>
-#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#if defined(STDC_HEADERS)
-#include <string.h>
#include <stdlib.h>
#endif
#if defined(HAVE_UNISTD_H)
@@ -25,7 +22,6 @@
#else
#include <varargs.h>
#endif
-#include <errno.h>
#include "socket.h"
FILE *Socket(host, clientPort)