From 62f77691f6437c633ea505d7e4a49bcb5a96af5b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 8 Jul 2017 04:53:47 +0300 Subject: Remove extra headers. --- src/unittests/resources/map/maplayer/draw.cc | 17 ----------------- .../resources/map/maplayer/drawfringenormal.cc | 1 - .../resources/map/maplayer/drawfringesimple.cc | 4 ---- .../resources/map/maplayer/drawspeciallayer1.cc | 7 ------- .../resources/map/maplayer/drawspeciallayer2.cc | 7 ------- .../resources/map/maplayer/getemptytiledrawwidth.cc | 20 -------------------- .../resources/map/maplayer/gettiledrawwidth.cc | 20 -------------------- src/unittests/resources/map/maplayer/updatecache.cc | 20 -------------------- .../resources/map/maplayer/updateconditiontiles.cc | 17 ----------------- 9 files changed, 113 deletions(-) (limited to 'src/unittests/resources') 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" -- cgit v1.2.3-60-g2f50