summaryrefslogtreecommitdiff
path: root/src/unittests
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-31 02:16:48 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-31 02:16:48 +0300
commitf17e42fb8460c910cff344eb0656c665f761e0fb (patch)
treed7ff47fddd56f3dc31cde09e2c0bd01ee47aa68a /src/unittests
parente826d4c63365dde4c988453846437dcb65370945 (diff)
downloadplus-f17e42fb8460c910cff344eb0656c665f761e0fb.tar.gz
plus-f17e42fb8460c910cff344eb0656c665f761e0fb.tar.bz2
plus-f17e42fb8460c910cff344eb0656c665f761e0fb.tar.xz
plus-f17e42fb8460c910cff344eb0656c665f761e0fb.zip
Remove extra includes.
Diffstat (limited to 'src/unittests')
-rw-r--r--src/unittests/resources/dye/dye.cc1
-rw-r--r--src/unittests/resources/map/speciallayer.cc1
-rw-r--r--src/unittests/resources/resourcemanager/resourcemanager.cc1
-rw-r--r--src/unittests/utils/xmlutils.cc1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/unittests/resources/dye/dye.cc b/src/unittests/resources/dye/dye.cc
index b53601abe..3227a72d8 100644
--- a/src/unittests/resources/dye/dye.cc
+++ b/src/unittests/resources/dye/dye.cc
@@ -23,7 +23,6 @@
#include "client.h"
#include "dirs.h"
#include "graphicsmanager.h"
-#include "logger.h"
#include "being/actorsprite.h"
diff --git a/src/unittests/resources/map/speciallayer.cc b/src/unittests/resources/map/speciallayer.cc
index c46c67626..b5dcdcdbe 100644
--- a/src/unittests/resources/map/speciallayer.cc
+++ b/src/unittests/resources/map/speciallayer.cc
@@ -22,7 +22,6 @@
#include "client.h"
#include "dirs.h"
-#include "logger.h"
#include "graphicsmanager.h"
diff --git a/src/unittests/resources/resourcemanager/resourcemanager.cc b/src/unittests/resources/resourcemanager/resourcemanager.cc
index 3e3a188f2..d2e104472 100644
--- a/src/unittests/resources/resourcemanager/resourcemanager.cc
+++ b/src/unittests/resources/resourcemanager/resourcemanager.cc
@@ -22,7 +22,6 @@
#include "client.h"
#include "dirs.h"
-#include "logger.h"
#include "graphicsmanager.h"
#include "being/actorsprite.h"
diff --git a/src/unittests/utils/xmlutils.cc b/src/unittests/utils/xmlutils.cc
index c2b3bd349..526ed216e 100644
--- a/src/unittests/utils/xmlutils.cc
+++ b/src/unittests/utils/xmlutils.cc
@@ -21,7 +21,6 @@
#include "unittests/unittests.h"
#include "client.h"
-#include "configuration.h"
#include "dirs.h"
#include "graphicsmanager.h"