diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-18 21:11:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-18 21:11:43 +0300 |
commit | 7a0ac46d7e5c5a514463c95b5c4d0c7f13c022c9 (patch) | |
tree | a4f136272f5b52a1c425429a36755bd06ddd1ba0 /src/render | |
parent | b4fcb4e1b208b6127ca28412d1a75f1ef30d1f85 (diff) | |
download | plus-7a0ac46d7e5c5a514463c95b5c4d0c7f13c022c9.tar.gz plus-7a0ac46d7e5c5a514463c95b5c4d0c7f13c022c9.tar.bz2 plus-7a0ac46d7e5c5a514463c95b5c4d0c7f13c022c9.tar.xz plus-7a0ac46d7e5c5a514463c95b5c4d0c7f13c022c9.zip |
Fix code style.
Diffstat (limited to 'src/render')
-rw-r--r-- | src/render/imagegraphics.h | 2 | ||||
-rw-r--r-- | src/render/mobileopengl2graphics.cpp | 1 | ||||
-rw-r--r-- | src/render/mobileopenglgraphics.cpp | 2 | ||||
-rw-r--r-- | src/render/normalopenglgraphics.cpp | 2 | ||||
-rw-r--r-- | src/render/safeopenglgraphics.cpp | 3 |
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" |