diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-14 17:44:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-14 17:44:37 +0300 |
commit | 9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4 (patch) | |
tree | 6c40f5f489177f7a4e18b2f23b23cf70bd5f62a6 /src/render/sdl2graphics.cpp | |
parent | 9b05ab35e04fa37725f8c757e76e7d1e2ad0a3f3 (diff) | |
download | plus-9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4.tar.gz plus-9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4.tar.bz2 plus-9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4.tar.xz plus-9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4.zip |
Remove some useless includes.
Diffstat (limited to 'src/render/sdl2graphics.cpp')
-rw-r--r-- | src/render/sdl2graphics.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/render/sdl2graphics.cpp b/src/render/sdl2graphics.cpp index f00846563..ce6250c7b 100644 --- a/src/render/sdl2graphics.cpp +++ b/src/render/sdl2graphics.cpp @@ -67,15 +67,10 @@ #include "render/sdl2graphics.h" -#include "main.h" - -#include "configuration.h" #include "graphicsmanager.h" -#include "logger.h" #include "render/vertexes/imagecollection.h" -#include "resources/imagehelper.h" #include "resources/imagerect.h" #include "resources/sdl2imagehelper.h" @@ -83,8 +78,6 @@ #include "utils/sdlcheckutils.h" -#include "utils/sdlpixel.h" - #include "debug.h" #ifdef DEBUG_SDL_SURFACES |