summaryrefslogtreecommitdiff
path: root/src/render
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-17 00:17:13 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-17 00:17:13 +0300
commit26f2c689298bb2077000b81ff3fe14328a89feb8 (patch)
tree2821e64165ca0ee2b7f18fb8ec3f53bf1f52a0a7 /src/render
parente528b472ec803ecdec29e9e19c037c83adf30c1f (diff)
downloadmv-26f2c689298bb2077000b81ff3fe14328a89feb8.tar.gz
mv-26f2c689298bb2077000b81ff3fe14328a89feb8.tar.bz2
mv-26f2c689298bb2077000b81ff3fe14328a89feb8.tar.xz
mv-26f2c689298bb2077000b81ff3fe14328a89feb8.zip
Fix code style.
Diffstat (limited to 'src/render')
-rw-r--r--src/render/graphics.cpp1
-rw-r--r--src/render/graphics.h3
2 files changed, 0 insertions, 4 deletions
diff --git a/src/render/graphics.cpp b/src/render/graphics.cpp
index 63ce578e4..e40a4eb7d 100644
--- a/src/render/graphics.cpp
+++ b/src/render/graphics.cpp
@@ -69,7 +69,6 @@
#include "configuration.h"
#include "graphicsmanager.h"
#endif
-#include "logger.h"
#if defined(USE_OPENGL) && defined(USE_X11)
#include "render/mglxinit.h"
diff --git a/src/render/graphics.h b/src/render/graphics.h
index 62a3848d7..d6860d621 100644
--- a/src/render/graphics.h
+++ b/src/render/graphics.h
@@ -82,9 +82,6 @@
#include <SDL_render.h>
#endif
-#include <stack>
-#include <string>
-
#include "localconsts.h"
#ifdef USE_SDL2