summaryrefslogtreecommitdiff
path: root/src/notifymanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/notifymanager.cpp')
-rw-r--r--src/notifymanager.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/notifymanager.cpp b/src/notifymanager.cpp
index 7ea4259e9..97f9ea18a 100644
--- a/src/notifymanager.cpp
+++ b/src/notifymanager.cpp
@@ -20,9 +20,6 @@
#include "notifymanager.h"
-#ifdef TMWA_SUPPORT
-#include "guildmanager.h"
-#endif
#include "soundmanager.h"
#include "being/localplayer.h"
@@ -30,6 +27,10 @@
#include "net/guildhandler.h"
#include "net/partyhandler.h"
+#ifdef TMWA_SUPPORT
+#include "net/tmwa/guildmanager.h"
+#endif
+
#include "resources/notifications.h"
#include "resources/notifytypes.h"