summaryrefslogtreecommitdiff
path: root/src/actions/chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/chat.cpp')
-rw-r--r--src/actions/chat.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp
index 140ef330e..cf85ad60c 100644
--- a/src/actions/chat.cpp
+++ b/src/actions/chat.cpp
@@ -21,9 +21,6 @@
#include "actions/chat.h"
#include "configuration.h"
-#ifdef TMWA_SUPPORT
-#include "guildmanager.h"
-#endif
#include "actions/actiondef.h"
@@ -39,6 +36,10 @@
#include "net/partyhandler.h"
#include "net/serverfeatures.h"
+#ifdef TMWA_SUPPORT
+#include "net/tmwa/guildmanager.h"
+#endif
+
#include "resources/iteminfo.h"
#include "resources/db/itemdb.h"