aboutsummaryrefslogtreecommitdiff
path: root/tcpclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpclient.c')
-rw-r--r--tcpclient.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/tcpclient.c b/tcpclient.c
index c0c89ef..c7bffe2 100644
--- a/tcpclient.c
+++ b/tcpclient.c
@@ -25,21 +25,8 @@
/* ---------------------------------------------------------------------------- */
#include "iemnet.h"
-
-#include "s_stuff.h"
-
-#ifdef _WIN32
-#else
-# include <netdb.h> /* gethostbyname, htons... */
-#endif
-
#include <string.h>
-
- //#include <sys/types.h>
- //#include <sys/socket.h>
-
-
#include <pthread.h>