summaryrefslogtreecommitdiff
path: root/src/resources/map/map.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-02 14:57:03 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-02 14:57:03 +0300
commit1abda37d9a6173f67ee12600ca8948cd205ebad1 (patch)
tree6a1374afd218cf2277e2a3f4bae0625cff5bddc7 /src/resources/map/map.cpp
parent3f022390bacc04946dcd7cfb2be5f23a78c49c83 (diff)
downloadplus-1abda37d9a6173f67ee12600ca8948cd205ebad1.tar.gz
plus-1abda37d9a6173f67ee12600ca8948cd205ebad1.tar.bz2
plus-1abda37d9a6173f67ee12600ca8948cd205ebad1.tar.xz
plus-1abda37d9a6173f67ee12600ca8948cd205ebad1.zip
Move mapitemtype into enums directory.
Diffstat (limited to 'src/resources/map/map.cpp')
-rw-r--r--src/resources/map/map.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/map/map.cpp b/src/resources/map/map.cpp
index 8441252e2..b96abc7d2 100644
--- a/src/resources/map/map.cpp
+++ b/src/resources/map/map.cpp
@@ -39,12 +39,13 @@
#include "enums/resources/notifytypes.h"
+#include "enums/resources/map/mapitemtype.h"
+
#include "gui/userpalette.h"
#include "particle/particle.h"
#include "resources/ambientlayer.h"
-#include "resources/mapitemtype.h"
#include "resources/resourcemanager.h"
#include "resources/subimage.h"