aboutsummaryrefslogtreecommitdiff
path: root/tcpclient.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-03-25 08:28:36 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-03-25 08:28:36 +0000
commit29f2b2b9168fd2d45ec5a2699dab2e5ab44ad10b (patch)
tree770ebdbbadfa11757fb4bd10f4deec3f4ef7e49b /tcpclient.c
parent4da2a3bb1ad4e821e03d5776c0eb7492f0a9d5fe (diff)
most of the tcp-objects seem to work now;
performance increase as measured until now is great :-) svn path=/trunk/externals/iem/iemnet/; revision=13265
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>