diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-16 01:31:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-16 01:31:18 +0300 |
commit | 7f9e66e34ef7ef9aa3d77ff0e4fb01d6ba81b85c (patch) | |
tree | b6f1043ea753674459c9b595e55d4202e7f94231 /src/render/normalopenglgraphics.cpp | |
parent | 40febfccbf3dd499bd857ce07a839808061432c5 (diff) | |
download | plus-7f9e66e34ef7ef9aa3d77ff0e4fb01d6ba81b85c.tar.gz plus-7f9e66e34ef7ef9aa3d77ff0e4fb01d6ba81b85c.tar.bz2 plus-7f9e66e34ef7ef9aa3d77ff0e4fb01d6ba81b85c.tar.xz plus-7f9e66e34ef7ef9aa3d77ff0e4fb01d6ba81b85c.zip |
remove unused includes from render files.
Diffstat (limited to 'src/render/normalopenglgraphics.cpp')
-rw-r--r-- | src/render/normalopenglgraphics.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/render/normalopenglgraphics.cpp b/src/render/normalopenglgraphics.cpp index 56393d0da..f6bbf4311 100644 --- a/src/render/normalopenglgraphics.cpp +++ b/src/render/normalopenglgraphics.cpp @@ -34,9 +34,6 @@ #include "resources/openglimagehelper.h" #include "utils/sdlcheckutils.h" -#include "utils/stringutils.h" - -#include <SDL.h> #include "debug.h" |