summaryrefslogtreecommitdiffstats
path: root/source/cBlockingTCPLink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cBlockingTCPLink.cpp')
-rw-r--r--source/cBlockingTCPLink.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/cBlockingTCPLink.cpp b/source/cBlockingTCPLink.cpp
index 19026321e..d436a52cf 100644
--- a/source/cBlockingTCPLink.cpp
+++ b/source/cBlockingTCPLink.cpp
@@ -5,11 +5,6 @@
#include "packets/cPacket.h"
#include "MCSocket.h"
-#ifndef _WIN32
- #include <cstring>
- #include <errno.h>
-#endif
-
#ifdef _WIN32
#define MSG_NOSIGNAL (0)
#endif
@@ -17,6 +12,10 @@
#define MSG_NOSIGNAL (0)
#endif
+
+
+
+
cBlockingTCPLink::cBlockingTCPLink()
: m_Socket( 0 )
{