summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/chatserver/chatserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwserv/chatserver/chatserver.cpp')
-rw-r--r--src/net/tmwserv/chatserver/chatserver.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/net/tmwserv/chatserver/chatserver.cpp b/src/net/tmwserv/chatserver/chatserver.cpp
index 1e55cbe6..49a17367 100644
--- a/src/net/tmwserv/chatserver/chatserver.cpp
+++ b/src/net/tmwserv/chatserver/chatserver.cpp
@@ -23,9 +23,10 @@
#include "internal.h"
-#include "../connection.h"
-#include "../../messageout.h"
-#include "../protocol.h"
+#include "net/tmwserv/connection.h"
+#include "net/tmwserv/protocol.h"
+
+#include "net/messageout.h"
using Net::ChatServer::connection;