summaryrefslogtreecommitdiff
path: root/src/being/compoundsprite.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-07 15:41:00 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-07 15:41:00 +0300
commitf69f346518f473f4f8fb13966e5831d105d1239c (patch)
tree4c5f44aaedbeb07af2197720c43ed86d68d0605d /src/being/compoundsprite.cpp
parent0ea2569615fb54cfd3d0606fb9cb86aee9efea4c (diff)
downloadplus-f69f346518f473f4f8fb13966e5831d105d1239c.tar.gz
plus-f69f346518f473f4f8fb13966e5831d105d1239c.tar.bz2
plus-f69f346518f473f4f8fb13966e5831d105d1239c.tar.xz
plus-f69f346518f473f4f8fb13966e5831d105d1239c.zip
Move image class into image directory.
Diffstat (limited to 'src/being/compoundsprite.cpp')
-rw-r--r--src/being/compoundsprite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/compoundsprite.cpp b/src/being/compoundsprite.cpp
index 79d3c14ce..5f90c978a 100644
--- a/src/being/compoundsprite.cpp
+++ b/src/being/compoundsprite.cpp
@@ -33,10 +33,10 @@
#include "render/surfacegraphics.h"
-#include "resources/image.h"
#if defined(USE_OPENGL) || !defined(USE_SDL2)
#include "resources/imagehelper.h"
#endif // USE_OPENGL
+#include "resources/image/image.h"
#include "utils/delete2.h"
#include "utils/dtor.h"