summaryrefslogtreecommitdiff
path: root/src/notifymanager.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-29 15:24:14 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-29 15:24:14 +0300
commit23a3e48c33b14cc0bda0eb3fda361961e8d6172c (patch)
treed53ddc9be34239d03f8fe3b29b86aea31e5caa80 /src/notifymanager.cpp
parentb0666acdae84d8b4e1f76cdf84191173c667bff4 (diff)
downloadplus-23a3e48c33b14cc0bda0eb3fda361961e8d6172c.tar.gz
plus-23a3e48c33b14cc0bda0eb3fda361961e8d6172c.tar.bz2
plus-23a3e48c33b14cc0bda0eb3fda361961e8d6172c.tar.xz
plus-23a3e48c33b14cc0bda0eb3fda361961e8d6172c.zip
Move notifytypes.h into enums directory.
Diffstat (limited to 'src/notifymanager.cpp')
-rw-r--r--src/notifymanager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/notifymanager.cpp b/src/notifymanager.cpp
index 97f9ea18a..719912f12 100644
--- a/src/notifymanager.cpp
+++ b/src/notifymanager.cpp
@@ -24,6 +24,8 @@
#include "being/localplayer.h"
+#include "enums/resources/notifytypes.h"
+
#include "net/guildhandler.h"
#include "net/partyhandler.h"
@@ -32,7 +34,6 @@
#endif
#include "resources/notifications.h"
-#include "resources/notifytypes.h"
#include "resources/db/sounddb.h"