From f69f346518f473f4f8fb13966e5831d105d1239c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 7 Jun 2016 15:41:00 +0300 Subject: Move image class into image directory. --- src/render/surfacegraphics.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/render/surfacegraphics.cpp') diff --git a/src/render/surfacegraphics.cpp b/src/render/surfacegraphics.cpp index e6fc33298..f499e2c14 100644 --- a/src/render/surfacegraphics.cpp +++ b/src/render/surfacegraphics.cpp @@ -22,12 +22,12 @@ #include "render/surfacegraphics.h" -#include "resources/image.h" - #ifndef USE_SDL2 #include "resources/surfaceimagehelper.h" #endif // USE_SDL2 +#include "resources/image/image.h" + #include "debug.h" SurfaceGraphics::SurfaceGraphics() : -- cgit v1.2.3-70-g09d2