summaryrefslogtreecommitdiff
path: root/src/commandhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandhandler.cpp')
-rw-r--r--src/commandhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp
index ae544295..fa5fbb67 100644
--- a/src/commandhandler.cpp
+++ b/src/commandhandler.cpp
@@ -29,8 +29,8 @@
#include "gui/chat.h"
#ifdef TMWSERV_SUPPORT
-#include "net/chatserver/chatserver.h"
-#include "net/gameserver/player.h"
+#include "net/tmwserv/chatserver/chatserver.h"
+#include "net/tmwserv/gameserver/player.h"
#else
#include "party.h"
#include "net/messageout.h"