summaryrefslogtreecommitdiff
path: root/src/net/ea/adminhandler.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/net/ea/adminhandler.cpp
parentb0666acdae84d8b4e1f76cdf84191173c667bff4 (diff)
downloadManaVerse-23a3e48c33b14cc0bda0eb3fda361961e8d6172c.tar.gz
ManaVerse-23a3e48c33b14cc0bda0eb3fda361961e8d6172c.tar.bz2
ManaVerse-23a3e48c33b14cc0bda0eb3fda361961e8d6172c.tar.xz
ManaVerse-23a3e48c33b14cc0bda0eb3fda361961e8d6172c.zip
Move notifytypes.h into enums directory.
Diffstat (limited to 'src/net/ea/adminhandler.cpp')
-rw-r--r--src/net/ea/adminhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ea/adminhandler.cpp b/src/net/ea/adminhandler.cpp
index 6158d5d42..bf4bd590c 100644
--- a/src/net/ea/adminhandler.cpp
+++ b/src/net/ea/adminhandler.cpp
@@ -24,6 +24,8 @@
#include "notifymanager.h"
+#include "enums/resources/notifytypes.h"
+
#include "gui/chatconsts.h"
#include "net/chathandler.h"
@@ -32,8 +34,6 @@
#include "utils/stringutils.h"
-#include "resources/notifytypes.h"
-
#include "debug.h"
namespace Ea