diff options
Diffstat (limited to 'src/being/compoundsprite.cpp')
-rw-r--r-- | src/being/compoundsprite.cpp | 2 |
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" |