summaryrefslogtreecommitdiff
path: root/src/resources/imagehelper.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-16 14:41:55 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-16 14:41:55 +0300
commit28658bf384121e2522c95e9a2e1c1d7530f0fcd7 (patch)
treee24a15f71a84b7d3fb8c99bfb04fe759112a5a23 /src/resources/imagehelper.h
parent7f9e66e34ef7ef9aa3d77ff0e4fb01d6ba81b85c (diff)
downloadplus-28658bf384121e2522c95e9a2e1c1d7530f0fcd7.tar.gz
plus-28658bf384121e2522c95e9a2e1c1d7530f0fcd7.tar.bz2
plus-28658bf384121e2522c95e9a2e1c1d7530f0fcd7.tar.xz
plus-28658bf384121e2522c95e9a2e1c1d7530f0fcd7.zip
remove unused includes from resources.
Diffstat (limited to 'src/resources/imagehelper.h')
-rw-r--r--src/resources/imagehelper.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/resources/imagehelper.h b/src/resources/imagehelper.h
index ed8f89323..b09d21d4a 100644
--- a/src/resources/imagehelper.h
+++ b/src/resources/imagehelper.h
@@ -29,13 +29,11 @@
#include "resources/resource.h"
-#include <SDL.h>
+#include <SDL_video.h>
class Dye;
class Image;
-struct Position;
-
/**
* Defines a class for loading and storing images.
*/