summaryrefslogtreecommitdiff
path: root/src/resources/sdlimagehelper.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-03 18:58:01 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-03 18:58:01 +0300
commit45da7f72b07817afebdf46fcfbb70352fe3a2b5a (patch)
tree0cc03f715fa1b4badd4e32b62142c82c0614e32e /src/resources/sdlimagehelper.h
parentd3e2725ac3f8832bc34b879286d31b631f8069c9 (diff)
downloadplus-45da7f72b07817afebdf46fcfbb70352fe3a2b5a.tar.gz
plus-45da7f72b07817afebdf46fcfbb70352fe3a2b5a.tar.bz2
plus-45da7f72b07817afebdf46fcfbb70352fe3a2b5a.tar.xz
plus-45da7f72b07817afebdf46fcfbb70352fe3a2b5a.zip
Fix wrong includes.
Diffstat (limited to 'src/resources/sdlimagehelper.h')
-rw-r--r--src/resources/sdlimagehelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/sdlimagehelper.h b/src/resources/sdlimagehelper.h
index 42433ec55..18228c2e9 100644
--- a/src/resources/sdlimagehelper.h
+++ b/src/resources/sdlimagehelper.h
@@ -24,7 +24,7 @@
#define RESOURCES_SDLIMAGEHELPER_H
#ifdef USE_SDL2
-#include "sdl2imagehelper.h"
+#include "resources/sdl2imagehelper.h"
#else