diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/being.cpp | 3 | ||||
-rw-r--r-- | src/being/compoundsprite.cpp | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index b7f545918..cec64c269 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -71,7 +71,6 @@ #include "resources/emoteinfo.h" #include "resources/emotesprite.h" #include "resources/horseinfo.h" -#include "resources/image.h" #include "resources/iteminfo.h" #include "resources/db/avatardb.h" @@ -86,6 +85,8 @@ #include "resources/db/petdb.h" #include "resources/db/skillunitdb.h" +#include "resources/image/image.h" + #include "resources/map/map.h" #include "resources/sprite/animatedsprite.h" 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" |