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/maplayer/gettiledrawwidth.cc | |
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/maplayer/gettiledrawwidth.cc')
-rw-r--r-- | src/unittests/resources/map/maplayer/gettiledrawwidth.cc | 20 |
1 files changed, 0 insertions, 20 deletions
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" |