diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-16 14:41:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-16 14:41:55 +0300 |
commit | 28658bf384121e2522c95e9a2e1c1d7530f0fcd7 (patch) | |
tree | e24a15f71a84b7d3fb8c99bfb04fe759112a5a23 /src/resources/openglimagehelper.h | |
parent | 7f9e66e34ef7ef9aa3d77ff0e4fb01d6ba81b85c (diff) | |
download | plus-28658bf384121e2522c95e9a2e1c1d7530f0fcd7.tar.gz plus-28658bf384121e2522c95e9a2e1c1d7530f0fcd7.tar.bz2 plus-28658bf384121e2522c95e9a2e1c1d7530f0fcd7.tar.xz plus-28658bf384121e2522c95e9a2e1c1d7530f0fcd7.zip |
remove unused includes from resources.
Diffstat (limited to 'src/resources/openglimagehelper.h')
-rw-r--r-- | src/resources/openglimagehelper.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/resources/openglimagehelper.h b/src/resources/openglimagehelper.h index b8437e1aa..027a1e835 100644 --- a/src/resources/openglimagehelper.h +++ b/src/resources/openglimagehelper.h @@ -33,12 +33,8 @@ #define GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB 0x84F8 #endif -#include "utils/stringvector.h" - #include "resources/imagehelper.h" -#include <SDL.h> - #ifdef ANDROID #include <GLES/gl.h> #define GL_RGBA8 GL_RGBA8_OES |