summaryrefslogtreecommitdiff
path: root/src/render/nullopenglgraphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-16 01:31:18 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-16 01:31:18 +0300
commit7f9e66e34ef7ef9aa3d77ff0e4fb01d6ba81b85c (patch)
treeb6f1043ea753674459c9b595e55d4202e7f94231 /src/render/nullopenglgraphics.cpp
parent40febfccbf3dd499bd857ce07a839808061432c5 (diff)
downloadplus-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/nullopenglgraphics.cpp')
-rw-r--r--src/render/nullopenglgraphics.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/render/nullopenglgraphics.cpp b/src/render/nullopenglgraphics.cpp
index b3027a5c2..f7909b7bf 100644
--- a/src/render/nullopenglgraphics.cpp
+++ b/src/render/nullopenglgraphics.cpp
@@ -25,18 +25,12 @@
#include "render/nullopenglgraphics.h"
-#include "configuration.h"
#include "graphicsmanager.h"
#include "graphicsvertexes.h"
-#include "logger.h"
#include "resources/image.h"
#include "resources/openglimagehelper.h"
-#include "utils/stringutils.h"
-
-#include <SDL.h>
-
#include "debug.h"
GLuint NullOpenGLGraphics::mLastImage = 0;