diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-10 14:17:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-10 14:17:42 +0300 |
commit | f172be2b985821bbdd3da30915a49a4fa863e247 (patch) | |
tree | b43673fe37661663403b5af1f6129c7cbe7eb311 /src/notifymanager.cpp | |
parent | 0c9190e17be10e513d89d15aa29c1aab84124af7 (diff) | |
download | plus-f172be2b985821bbdd3da30915a49a4fa863e247.tar.gz plus-f172be2b985821bbdd3da30915a49a4fa863e247.tar.bz2 plus-f172be2b985821bbdd3da30915a49a4fa863e247.tar.xz plus-f172be2b985821bbdd3da30915a49a4fa863e247.zip |
Move guildmanager into net/tmwa directory.
Diffstat (limited to 'src/notifymanager.cpp')
-rw-r--r-- | src/notifymanager.cpp | 7 |
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" |