summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/game.cpp b/src/game.cpp
index e3a7932ad..eb65b352f 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -31,9 +31,6 @@
#include "emoteshortcut.h"
#include "eventsmanager.h"
#include "gamemodifiers.h"
-#ifdef TMWA_SUPPORT
-#include "guildmanager.h"
-#endif
#include "itemshortcut.h"
#include "soundmanager.h"
#include "settings.h"
@@ -122,6 +119,10 @@
#include "listeners/errorlistener.h"
+#ifdef TMWA_SUPPORT
+#include "net/tmwa/guildmanager.h"
+#endif
+
#ifdef USE_MUMBLE
#include "mumblemanager.h"
#endif