summaryrefslogtreecommitdiff
path: root/src/unittests/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittests/resources')
-rw-r--r--src/unittests/resources/dye/dye.cc2
-rw-r--r--src/unittests/resources/dye/dyepalette.cc2
-rw-r--r--src/unittests/resources/map/speciallayer.cc2
-rw-r--r--src/unittests/resources/resourcemanager/resourcemanager.cc1
-rw-r--r--src/unittests/resources/sprite/animatedsprite.cc2
5 files changed, 0 insertions, 9 deletions
diff --git a/src/unittests/resources/dye/dye.cc b/src/unittests/resources/dye/dye.cc
index f9c98e635..54ddd7c45 100644
--- a/src/unittests/resources/dye/dye.cc
+++ b/src/unittests/resources/dye/dye.cc
@@ -44,8 +44,6 @@
#include "resources/loaders/imageloader.h"
-#include "resources/resourcemanager/resourcemanager.h"
-
#include "utils/delete2.h"
#include "utils/env.h"
diff --git a/src/unittests/resources/dye/dyepalette.cc b/src/unittests/resources/dye/dyepalette.cc
index d5fec4fcc..54d947358 100644
--- a/src/unittests/resources/dye/dyepalette.cc
+++ b/src/unittests/resources/dye/dyepalette.cc
@@ -41,8 +41,6 @@
#include "resources/dye/dyepalette.h"
-#include "resources/resourcemanager/resourcemanager.h"
-
#include "utils/delete2.h"
#include "utils/env.h"
diff --git a/src/unittests/resources/map/speciallayer.cc b/src/unittests/resources/map/speciallayer.cc
index 714074f33..ef9b79e48 100644
--- a/src/unittests/resources/map/speciallayer.cc
+++ b/src/unittests/resources/map/speciallayer.cc
@@ -34,8 +34,6 @@
#include "fs/virtfs/fs.h"
-#include "gui/gui.h"
-
#include "utils/delete2.h"
#include "utils/env.h"
diff --git a/src/unittests/resources/resourcemanager/resourcemanager.cc b/src/unittests/resources/resourcemanager/resourcemanager.cc
index 232e940bc..d035faafb 100644
--- a/src/unittests/resources/resourcemanager/resourcemanager.cc
+++ b/src/unittests/resources/resourcemanager/resourcemanager.cc
@@ -28,7 +28,6 @@
#include "fs/virtfs/fs.h"
-#include "gui/gui.h"
#include "gui/userpalette.h"
#include "gui/theme.h"
diff --git a/src/unittests/resources/sprite/animatedsprite.cc b/src/unittests/resources/sprite/animatedsprite.cc
index 76e28bc7d..a48c21baa 100644
--- a/src/unittests/resources/sprite/animatedsprite.cc
+++ b/src/unittests/resources/sprite/animatedsprite.cc
@@ -41,8 +41,6 @@
#include "resources/animation/animation.h"
-#include "resources/resourcemanager/resourcemanager.h"
-
#include "resources/sprite/animatedsprite.h"
#include "utils/env.h"