summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-22 12:57:14 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-23 22:54:38 +0300
commit670579b8379c1f4fbce6a940652b162cabcd867a (patch)
treeb4b4f29fa45c0e8190e9bf2d5153ee156e1e1c70 /src/gui/theme.cpp
parent62ffd2023d9073e452fe2e2f50cf6b2f11224d6f (diff)
downloadmv-670579b8379c1f4fbce6a940652b162cabcd867a.tar.gz
mv-670579b8379c1f4fbce6a940652b162cabcd867a.tar.bz2
mv-670579b8379c1f4fbce6a940652b162cabcd867a.tar.xz
mv-670579b8379c1f4fbce6a940652b162cabcd867a.zip
Remove useless includes.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 44de72cdc..990f0d41a 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -26,7 +26,6 @@
#include "client.h"
#include "configuration.h"
-#include "logger.h"
#include "resources/dye.h"
#include "resources/image.h"
@@ -34,8 +33,6 @@
#include "resources/resourcemanager.h"
#include "utils/dtor.h"
-#include "utils/stringutils.h"
-#include "utils/xml.h"
#include <physfs.h>