diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-15 22:03:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-16 13:50:43 +0300 |
commit | 23034a47937c109590eb60e4ee0efa32a8c9e45e (patch) | |
tree | 844c716da20752dcbb0aead649011f54d8062635 /src/resources/map/maplayer.cpp | |
parent | 4638f969d4206ba8dd857eb6d2758106cc5268df (diff) | |
download | plus-23034a47937c109590eb60e4ee0efa32a8c9e45e.tar.gz plus-23034a47937c109590eb60e4ee0efa32a8c9e45e.tar.bz2 plus-23034a47937c109590eb60e4ee0efa32a8c9e45e.tar.xz plus-23034a47937c109590eb60e4ee0efa32a8c9e45e.zip |
Remove useless includes from cpp files
Diffstat (limited to 'src/resources/map/maplayer.cpp')
-rw-r--r-- | src/resources/map/maplayer.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/resources/map/maplayer.cpp b/src/resources/map/maplayer.cpp index ed9c1a766..2c0f050b5 100644 --- a/src/resources/map/maplayer.cpp +++ b/src/resources/map/maplayer.cpp @@ -23,7 +23,6 @@ #include "resources/map/maplayer.h" #include "configuration.h" -#include "graphicsvertexes.h" #ifndef USE_OPENGL #include "render/graphics.h" @@ -33,7 +32,6 @@ #include "render/graphics.h" -#include "resources/image.h" #include "resources/mapitemtype.h" #include "resources/map/mapitem.h" @@ -41,8 +39,6 @@ #include "resources/map/maptype.h" #include "resources/map/speciallayer.h" -#include "utils/dtor.h" - #include "debug.h" MapLayer::MapLayer(const int x, const int y, |