summaryrefslogtreecommitdiffstats
path: root/source/cServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cServer.cpp')
-rw-r--r--source/cServer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cServer.cpp b/source/cServer.cpp
index cd7710fb8..e8b58c756 100644
--- a/source/cServer.cpp
+++ b/source/cServer.cpp
@@ -5,9 +5,9 @@
#include "cServer.h"
#include "cClientHandle.h"
-#include "cTimer.h"
+#include "OSSupport/Timer.h"
#include "Mobs/Monster.h"
-#include "cSocket.h"
+#include "OSSupport/Socket.h"
#include "cRoot.h"
#include "cWorld.h"
#include "ChunkDef.h"