diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-08 04:53:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-08 05:01:50 +0300 |
commit | 62f77691f6437c633ea505d7e4a49bcb5a96af5b (patch) | |
tree | 46924291ae5846c3e37629413cec57225c9fba4c /src/unittests/resources/map | |
parent | 24458e96c0181f4f64f70da763315d4f07835bcd (diff) | |
download | plus-62f77691f6437c633ea505d7e4a49bcb5a96af5b.tar.gz plus-62f77691f6437c633ea505d7e4a49bcb5a96af5b.tar.bz2 plus-62f77691f6437c633ea505d7e4a49bcb5a96af5b.tar.xz plus-62f77691f6437c633ea505d7e4a49bcb5a96af5b.zip |
Remove extra headers.
Diffstat (limited to 'src/unittests/resources/map')
9 files changed, 0 insertions, 113 deletions
diff --git a/src/unittests/resources/map/maplayer/draw.cc b/src/unittests/resources/map/maplayer/draw.cc index d679ff948..e7410e22e 100644 --- a/src/unittests/resources/map/maplayer/draw.cc +++ b/src/unittests/resources/map/maplayer/draw.cc @@ -20,29 +20,12 @@ #include "unittests/unittests.h" -#include "graphicsmanager.h" - -#include "being/localplayer.h" - -#include "enums/resources/map/blockmask.h" -#include "enums/resources/map/mapitemtype.h" - -#include "fs/virtfs/fs.h" - -#include "gui/theme.h" - #include "unittests/render/mockgraphics.h" -#include "utils/delete2.h" -#include "utils/env.h" - -#include "resources/sdlimagehelper.h" - #include "resources/image/image.h" #include "resources/map/map.h" #include "resources/map/maplayer.h" -#include "resources/map/speciallayer.h" #include "debug.h" diff --git a/src/unittests/resources/map/maplayer/drawfringenormal.cc b/src/unittests/resources/map/maplayer/drawfringenormal.cc index a15e3d243..84564ae64 100644 --- a/src/unittests/resources/map/maplayer/drawfringenormal.cc +++ b/src/unittests/resources/map/maplayer/drawfringenormal.cc @@ -24,7 +24,6 @@ #include "being/localplayer.h" -#include "enums/resources/map/blockmask.h" #include "enums/resources/map/mapitemtype.h" #include "fs/virtfs/fs.h" diff --git a/src/unittests/resources/map/maplayer/drawfringesimple.cc b/src/unittests/resources/map/maplayer/drawfringesimple.cc index c0f86ebd5..fa24d3b94 100644 --- a/src/unittests/resources/map/maplayer/drawfringesimple.cc +++ b/src/unittests/resources/map/maplayer/drawfringesimple.cc @@ -24,9 +24,6 @@ #include "being/localplayer.h" -#include "enums/resources/map/blockmask.h" -#include "enums/resources/map/mapitemtype.h" - #include "fs/virtfs/fs.h" #include "gui/theme.h" @@ -42,7 +39,6 @@ #include "resources/map/map.h" #include "resources/map/maplayer.h" -#include "resources/map/speciallayer.h" #include "debug.h" diff --git a/src/unittests/resources/map/maplayer/drawspeciallayer1.cc b/src/unittests/resources/map/maplayer/drawspeciallayer1.cc index f4f3872f3..79cd056bb 100644 --- a/src/unittests/resources/map/maplayer/drawspeciallayer1.cc +++ b/src/unittests/resources/map/maplayer/drawspeciallayer1.cc @@ -22,15 +22,10 @@ #include "graphicsmanager.h" -#include "being/localplayer.h" - -#include "enums/resources/map/blockmask.h" #include "enums/resources/map/mapitemtype.h" #include "fs/virtfs/fs.h" -#include "gui/theme.h" - #include "unittests/render/mockgraphics.h" #include "utils/delete2.h" @@ -38,8 +33,6 @@ #include "resources/sdlimagehelper.h" -#include "resources/image/image.h" - #include "resources/map/map.h" #include "resources/map/maplayer.h" #include "resources/map/speciallayer.h" diff --git a/src/unittests/resources/map/maplayer/drawspeciallayer2.cc b/src/unittests/resources/map/maplayer/drawspeciallayer2.cc index ac9022362..e47ccdb97 100644 --- a/src/unittests/resources/map/maplayer/drawspeciallayer2.cc +++ b/src/unittests/resources/map/maplayer/drawspeciallayer2.cc @@ -22,15 +22,10 @@ #include "graphicsmanager.h" -#include "being/localplayer.h" - -#include "enums/resources/map/blockmask.h" #include "enums/resources/map/mapitemtype.h" #include "fs/virtfs/fs.h" -#include "gui/theme.h" - #include "unittests/render/mockgraphics.h" #include "utils/delete2.h" @@ -38,8 +33,6 @@ #include "resources/sdlimagehelper.h" -#include "resources/image/image.h" - #include "resources/map/map.h" #include "resources/map/maplayer.h" #include "resources/map/speciallayer.h" diff --git a/src/unittests/resources/map/maplayer/getemptytiledrawwidth.cc b/src/unittests/resources/map/maplayer/getemptytiledrawwidth.cc index a624b819b..f4d65a0ab 100644 --- a/src/unittests/resources/map/maplayer/getemptytiledrawwidth.cc +++ b/src/unittests/resources/map/maplayer/getemptytiledrawwidth.cc @@ -20,29 +20,9 @@ #include "unittests/unittests.h" -#include "graphicsmanager.h" - -#include "being/localplayer.h" - -#include "enums/resources/map/blockmask.h" -#include "enums/resources/map/mapitemtype.h" - -#include "fs/virtfs/fs.h" - -#include "gui/theme.h" - -#include "unittests/render/mockgraphics.h" - -#include "utils/delete2.h" -#include "utils/env.h" - -#include "resources/sdlimagehelper.h" - #include "resources/image/image.h" -#include "resources/map/map.h" #include "resources/map/maplayer.h" -#include "resources/map/speciallayer.h" #include "debug.h" diff --git a/src/unittests/resources/map/maplayer/gettiledrawwidth.cc b/src/unittests/resources/map/maplayer/gettiledrawwidth.cc index 0b72e310b..c7cbf2a8e 100644 --- a/src/unittests/resources/map/maplayer/gettiledrawwidth.cc +++ b/src/unittests/resources/map/maplayer/gettiledrawwidth.cc @@ -20,29 +20,9 @@ #include "unittests/unittests.h" -#include "graphicsmanager.h" - -#include "being/localplayer.h" - -#include "enums/resources/map/blockmask.h" -#include "enums/resources/map/mapitemtype.h" - -#include "fs/virtfs/fs.h" - -#include "gui/theme.h" - -#include "unittests/render/mockgraphics.h" - -#include "utils/delete2.h" -#include "utils/env.h" - -#include "resources/sdlimagehelper.h" - #include "resources/image/image.h" -#include "resources/map/map.h" #include "resources/map/maplayer.h" -#include "resources/map/speciallayer.h" #include "debug.h" diff --git a/src/unittests/resources/map/maplayer/updatecache.cc b/src/unittests/resources/map/maplayer/updatecache.cc index 8f8db979c..472291b48 100644 --- a/src/unittests/resources/map/maplayer/updatecache.cc +++ b/src/unittests/resources/map/maplayer/updatecache.cc @@ -20,29 +20,9 @@ #include "unittests/unittests.h" -#include "graphicsmanager.h" - -#include "being/localplayer.h" - -#include "enums/resources/map/blockmask.h" -#include "enums/resources/map/mapitemtype.h" - -#include "fs/virtfs/fs.h" - -#include "gui/theme.h" - -#include "unittests/render/mockgraphics.h" - -#include "utils/delete2.h" -#include "utils/env.h" - -#include "resources/sdlimagehelper.h" - #include "resources/image/image.h" -#include "resources/map/map.h" #include "resources/map/maplayer.h" -#include "resources/map/speciallayer.h" #include "debug.h" diff --git a/src/unittests/resources/map/maplayer/updateconditiontiles.cc b/src/unittests/resources/map/maplayer/updateconditiontiles.cc index b0711b3ee..62535d351 100644 --- a/src/unittests/resources/map/maplayer/updateconditiontiles.cc +++ b/src/unittests/resources/map/maplayer/updateconditiontiles.cc @@ -20,29 +20,12 @@ #include "unittests/unittests.h" -#include "graphicsmanager.h" - -#include "being/localplayer.h" - #include "enums/resources/map/blockmask.h" -#include "enums/resources/map/mapitemtype.h" - -#include "fs/virtfs/fs.h" - -#include "gui/theme.h" - -#include "unittests/render/mockgraphics.h" - -#include "utils/delete2.h" -#include "utils/env.h" - -#include "resources/sdlimagehelper.h" #include "resources/image/image.h" #include "resources/map/map.h" #include "resources/map/maplayer.h" -#include "resources/map/speciallayer.h" #include "debug.h" |