summaryrefslogtreecommitdiff
path: root/src/render
diff options
context:
space:
mode:
Diffstat (limited to 'src/render')
-rw-r--r--src/render/imagegraphics.h2
-rw-r--r--src/render/mobileopengl2graphics.cpp1
-rw-r--r--src/render/mobileopenglgraphics.cpp2
-rw-r--r--src/render/normalopenglgraphics.cpp2
-rw-r--r--src/render/safeopenglgraphics.cpp3
5 files changed, 0 insertions, 10 deletions
diff --git a/src/render/imagegraphics.h b/src/render/imagegraphics.h
index df07bdacd..f9ace972a 100644
--- a/src/render/imagegraphics.h
+++ b/src/render/imagegraphics.h
@@ -33,8 +33,6 @@ class Image;
class ImageCollection;
class ImageVertexes;
-struct SDL_Surface;
-
/**
* A central point of control for graphics.
*/
diff --git a/src/render/mobileopengl2graphics.cpp b/src/render/mobileopengl2graphics.cpp
index 9db0f07f4..baca7f219 100644
--- a/src/render/mobileopengl2graphics.cpp
+++ b/src/render/mobileopengl2graphics.cpp
@@ -24,7 +24,6 @@
#include "render/mobileopengl2graphics.h"
-#include "configuration.h"
#include "graphicsmanager.h"
#include "graphicsvertexes.h"
#include "logger.h"
diff --git a/src/render/mobileopenglgraphics.cpp b/src/render/mobileopenglgraphics.cpp
index ce7501e27..1a8c697a2 100644
--- a/src/render/mobileopenglgraphics.cpp
+++ b/src/render/mobileopenglgraphics.cpp
@@ -24,8 +24,6 @@
#include "render/mobileopenglgraphics.h"
-#include "configuration.h"
-#include "graphicsmanager.h"
#include "graphicsvertexes.h"
#include "logger.h"
diff --git a/src/render/normalopenglgraphics.cpp b/src/render/normalopenglgraphics.cpp
index b86859f6d..85053b7a3 100644
--- a/src/render/normalopenglgraphics.cpp
+++ b/src/render/normalopenglgraphics.cpp
@@ -24,8 +24,6 @@
#include "render/normalopenglgraphics.h"
-#include "configuration.h"
-#include "graphicsmanager.h"
#include "graphicsvertexes.h"
#include "logger.h"
diff --git a/src/render/safeopenglgraphics.cpp b/src/render/safeopenglgraphics.cpp
index 143594733..af136cd19 100644
--- a/src/render/safeopenglgraphics.cpp
+++ b/src/render/safeopenglgraphics.cpp
@@ -23,9 +23,6 @@
#if defined USE_OPENGL && !defined ANDROID
#include "render/safeopenglgraphics.h"
-#include "configuration.h"
-#include "graphicsmanager.h"
-
#include "render/mgl.h"
#include "resources/image.h"