summaryrefslogtreecommitdiff
path: root/src/resources/sdl2softwareimagehelper.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-14 17:44:37 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-14 17:44:37 +0300
commit9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4 (patch)
tree6c40f5f489177f7a4e18b2f23b23cf70bd5f62a6 /src/resources/sdl2softwareimagehelper.cpp
parent9b05ab35e04fa37725f8c757e76e7d1e2ad0a3f3 (diff)
downloadplus-9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4.tar.gz
plus-9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4.tar.bz2
plus-9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4.tar.xz
plus-9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4.zip
Remove some useless includes.
Diffstat (limited to 'src/resources/sdl2softwareimagehelper.cpp')
-rw-r--r--src/resources/sdl2softwareimagehelper.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/resources/sdl2softwareimagehelper.cpp b/src/resources/sdl2softwareimagehelper.cpp
index 3c50531d0..e39a6be3a 100644
--- a/src/resources/sdl2softwareimagehelper.cpp
+++ b/src/resources/sdl2softwareimagehelper.cpp
@@ -24,19 +24,10 @@
#include "resources/sdl2softwareimagehelper.h"
-#include "logger.h"
-#include "main.h"
-
-#include "resources/dye/dye.h"
-
#include "resources/image/image.h"
-#include "resources/resourcemanager/resourcemanager.h"
-
#include "utils/sdlcheckutils.h"
-#include <SDL_image.h>
-
#include "debug.h"
bool SDL2SoftwareImageHelper::mEnableAlphaCache = false;