diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-22 12:57:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-23 22:54:38 +0300 |
commit | 670579b8379c1f4fbce6a940652b162cabcd867a (patch) | |
tree | b4b4f29fa45c0e8190e9bf2d5153ee156e1e1c70 /src/gui/widgets/spellshortcutcontainer.cpp | |
parent | 62ffd2023d9073e452fe2e2f50cf6b2f11224d6f (diff) | |
download | ManaVerse-670579b8379c1f4fbce6a940652b162cabcd867a.tar.gz ManaVerse-670579b8379c1f4fbce6a940652b162cabcd867a.tar.bz2 ManaVerse-670579b8379c1f4fbce6a940652b162cabcd867a.tar.xz ManaVerse-670579b8379c1f4fbce6a940652b162cabcd867a.zip |
Remove useless includes.
Diffstat (limited to 'src/gui/widgets/spellshortcutcontainer.cpp')
-rw-r--r-- | src/gui/widgets/spellshortcutcontainer.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp index 25dd3fb6d..a057eceb4 100644 --- a/src/gui/widgets/spellshortcutcontainer.cpp +++ b/src/gui/widgets/spellshortcutcontainer.cpp @@ -31,22 +31,16 @@ #include "gui/textcommandeditor.h" #include "gui/theme.h" -#include "configuration.h" -#include "graphics.h" -#include "inventory.h" +#include "client.h" #include "spellshortcut.h" #include "itemshortcut.h" #include "keyboardconfig.h" #include "localplayer.h" -#include "spellmanager.h" -#include "logger.h" #include "resources/image.h" -#include "textcommand.h" #include "resources/resourcemanager.h" #include "utils/gettext.h" -#include "utils/stringutils.h" #include "debug.h" |