diff options
Diffstat (limited to 'src/unittests/resources/map/maplayer/updatecache.cc')
-rw-r--r-- | src/unittests/resources/map/maplayer/updatecache.cc | 20 |
1 files changed, 0 insertions, 20 deletions
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" |