summaryrefslogtreecommitdiff
path: root/src/resources/map/map.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-07 15:54:27 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-07 15:54:27 +0300
commitc43a3b024bf3da2b0c7b6eb177b662d63db41808 (patch)
tree0be376f2f92a4ef1671636f9a9e55ec01ce544b4 /src/resources/map/map.cpp
parentf69f346518f473f4f8fb13966e5831d105d1239c (diff)
downloadplus-c43a3b024bf3da2b0c7b6eb177b662d63db41808.tar.gz
plus-c43a3b024bf3da2b0c7b6eb177b662d63db41808.tar.bz2
plus-c43a3b024bf3da2b0c7b6eb177b662d63db41808.tar.xz
plus-c43a3b024bf3da2b0c7b6eb177b662d63db41808.zip
Move subimage class into image directory.
Diffstat (limited to 'src/resources/map/map.cpp')
-rw-r--r--src/resources/map/map.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/resources/map/map.cpp b/src/resources/map/map.cpp
index 98a29a8e8..9e72684fe 100644
--- a/src/resources/map/map.cpp
+++ b/src/resources/map/map.cpp
@@ -46,14 +46,15 @@
#include "particle/particle.h"
#include "resources/ambientlayer.h"
-#include "resources/subimage.h"
+
+#include "resources/image/subimage.h"
+
+#include "resources/loaders/imageloader.h"
#include "resources/map/location.h"
#include "resources/map/mapobjectlist.h"
#include "resources/map/tileanimation.h"
-#include "resources/loaders/imageloader.h"
-
#ifdef USE_OPENGL
#include "render/renderers.h"
#endif