diff options
Diffstat (limited to 'src/resources/openglimagehelper.cpp')
-rw-r--r-- | src/resources/openglimagehelper.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/resources/openglimagehelper.cpp b/src/resources/openglimagehelper.cpp index 2216659a3..ba9931f55 100644 --- a/src/resources/openglimagehelper.cpp +++ b/src/resources/openglimagehelper.cpp @@ -24,8 +24,6 @@ #ifdef USE_OPENGL -#include "client.h" -#include "game.h" #include "graphicsmanager.h" #include "logger.h" #include "mgl.h" @@ -37,10 +35,8 @@ #include "resources/dye.h" #include "resources/image.h" -#include "resources/resourcemanager.h" #include "utils/sdlcheckutils.h" -#include "utils/stringutils.h" #include <SDL_image.h> |