summaryrefslogtreecommitdiff
path: root/src/connectionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connectionhandler.h')
-rw-r--r--src/connectionhandler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/connectionhandler.h b/src/connectionhandler.h
index 3eb4ac2c..dd6cf207 100644
--- a/src/connectionhandler.h
+++ b/src/connectionhandler.h
@@ -26,7 +26,6 @@
#include <list>
#include <map>
-#include <SDL_net.h>
#include "being.h"
@@ -48,7 +47,7 @@ class ClientData
public:
ClientData();
- TCPsocket sock; /**< The socket used for communication */
+ //TCPsocket sock; /**< The socket used for communication */
int inp; /**< The amount of data in the in buffer */
char in[IN_BUFFER_SIZE]; /**< The in buffer for incoming messages */