diff options
Diffstat (limited to 'src/render/safeopenglgraphics.cpp')
-rw-r--r-- | src/render/safeopenglgraphics.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/render/safeopenglgraphics.cpp b/src/render/safeopenglgraphics.cpp index 9f9d0cd13..7f0e375b6 100644 --- a/src/render/safeopenglgraphics.cpp +++ b/src/render/safeopenglgraphics.cpp @@ -27,16 +27,12 @@ #include "configuration.h" #include "graphicsmanager.h" -#include "graphicsvertexes.h" -#include "logger.h" #include "resources/image.h" #include "resources/openglimagehelper.h" #include "utils/sdlcheckutils.h" -#include <SDL.h> - #include "debug.h" GLuint SafeOpenGLGraphics::mLastImage = 0; |