summaryrefslogtreecommitdiffstats
path: root/source/cClientHandle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cClientHandle.cpp')
-rw-r--r--source/cClientHandle.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/cClientHandle.cpp b/source/cClientHandle.cpp
index 0212bd3b2..a910d53d7 100644
--- a/source/cClientHandle.cpp
+++ b/source/cClientHandle.cpp
@@ -21,8 +21,8 @@
#include "cPiston.h"
#include "Mobs/Monster.h"
#include "cChatColor.h"
-#include "cSocket.h"
-#include "cTimer.h"
+#include "OSSupport/Socket.h"
+#include "OSSupport/Timer.h"
#include "items/Item.h"
#include "blocks/Block.h"
#include "ChunkDataSerializer.h"
@@ -31,10 +31,8 @@
#include "Vector3f.h"
#include "Vector3d.h"
-#include "cSleep.h"
#include "cRoot.h"
-#include "cBlockingTCPLink.h"
#include "cAuthenticator.h"
#include "MersenneTwister.h"