diff options
Diffstat (limited to 'src/resources/subimage.cpp')
-rw-r--r-- | src/resources/subimage.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/resources/subimage.cpp b/src/resources/subimage.cpp index f9e8aea83..ee13777b1 100644 --- a/src/resources/subimage.cpp +++ b/src/resources/subimage.cpp @@ -22,18 +22,10 @@ #include "resources/subimage.h" -#ifdef USE_OPENGL -#include "render/mobileopenglgraphics.h" -#include "render/normalopenglgraphics.h" -#include "render/safeopenglgraphics.h" -#endif - #ifdef DEBUG_IMAGES #include "logger.h" #endif -#include "client.h" - #include "debug.h" #ifdef USE_SDL2 |