diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-31 17:07:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-31 17:07:51 +0300 |
commit | eb082b22760c35e62a5fd2faf8fbc743ad57ea8e (patch) | |
tree | 68455752b06ab24f5f5acdaa9cfc5b8af3604262 /src/unittests/resources | |
parent | e543a81c6dc91713af0c5f753aa0d479affdfa2e (diff) | |
download | mv-eb082b22760c35e62a5fd2faf8fbc743ad57ea8e.tar.gz mv-eb082b22760c35e62a5fd2faf8fbc743ad57ea8e.tar.bz2 mv-eb082b22760c35e62a5fd2faf8fbc743ad57ea8e.tar.xz mv-eb082b22760c35e62a5fd2faf8fbc743ad57ea8e.zip |
Remove extra includes.
Diffstat (limited to 'src/unittests/resources')
-rw-r--r-- | src/unittests/resources/dye/dye.cc | 2 | ||||
-rw-r--r-- | src/unittests/resources/dye/dyepalette.cc | 2 | ||||
-rw-r--r-- | src/unittests/resources/map/speciallayer.cc | 2 | ||||
-rw-r--r-- | src/unittests/resources/resourcemanager/resourcemanager.cc | 1 | ||||
-rw-r--r-- | src/unittests/resources/sprite/animatedsprite.cc | 2 |
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" |