diff options
Diffstat (limited to 'src/render/nullopenglgraphics.cpp')
-rw-r--r-- | src/render/nullopenglgraphics.cpp | 6 |
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; |