summaryrefslogtreecommitdiff
path: root/src/unittests/resources/map/maplayer/draw.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittests/resources/map/maplayer/draw.cc')
-rw-r--r--src/unittests/resources/map/maplayer/draw.cc17
1 files changed, 0 insertions, 17 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"