From f172be2b985821bbdd3da30915a49a4fa863e247 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 10 May 2015 14:17:42 +0300 Subject: Move guildmanager into net/tmwa directory. --- src/notifymanager.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/notifymanager.cpp') 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" -- cgit v1.2.3-60-g2f50