summaryrefslogtreecommitdiff
path: root/src/gui/chatwindow.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-11 22:10:04 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-11 22:10:04 +0300
commitbeefccedf7c0341014919ce4dfbdb4712412ab02 (patch)
tree133cabe9c6a299326a73fab279992a6281ebc31d /src/gui/chatwindow.cpp
parent8dfb59db0b8df1b5b2640c37fa1fe0d87daf3735 (diff)
downloadplus-beefccedf7c0341014919ce4dfbdb4712412ab02.tar.gz
plus-beefccedf7c0341014919ce4dfbdb4712412ab02.tar.bz2
plus-beefccedf7c0341014919ce4dfbdb4712412ab02.tar.xz
plus-beefccedf7c0341014919ce4dfbdb4712412ab02.zip
remove unused includes from gui files.
Diffstat (limited to 'src/gui/chatwindow.cpp')
-rw-r--r--src/gui/chatwindow.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/chatwindow.cpp b/src/gui/chatwindow.cpp
index f5618a279..9797578ec 100644
--- a/src/gui/chatwindow.cpp
+++ b/src/gui/chatwindow.cpp
@@ -25,13 +25,11 @@
#include "actorspritemanager.h"
#include "client.h"
#include "commandhandler.h"
-#include "commands.h"
#include "configuration.h"
#include "game.h"
#include "guild.h"
#include "party.h"
#include "spellshortcut.h"
-#include "soundmanager.h"
#include "being/localplayer.h"
#include "being/playerinfo.h"
@@ -51,7 +49,6 @@
#include "gui/widgets/dropdown.h"
#include "gui/widgets/itemlinkhandler.h"
#include "gui/widgets/langtab.h"
-#include "gui/widgets/layouthelper.h"
#include "gui/widgets/scrollarea.h"
#include "gui/widgets/textfield.h"
#include "gui/widgets/tradetab.h"
@@ -67,7 +64,6 @@
#include "resources/resourcemanager.h"
#include <guichan/focushandler.hpp>
-#include <guichan/focuslistener.hpp>
#include <sstream>