diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-11 22:10:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-11 22:10:04 +0300 |
commit | beefccedf7c0341014919ce4dfbdb4712412ab02 (patch) | |
tree | 133cabe9c6a299326a73fab279992a6281ebc31d /src/gui/chatwindow.h | |
parent | 8dfb59db0b8df1b5b2640c37fa1fe0d87daf3735 (diff) | |
download | plus-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.h')
-rw-r--r-- | src/gui/chatwindow.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/chatwindow.h b/src/gui/chatwindow.h index 80b59b8d7..0bf195fc0 100644 --- a/src/gui/chatwindow.h +++ b/src/gui/chatwindow.h @@ -33,24 +33,17 @@ #include <guichan/actionlistener.hpp> #include <guichan/keylistener.hpp> -#include <guichan/widget.hpp> -#include <guichan/widgetlistener.hpp> #include <list> #include <map> #include <set> -class BrowserBox; class ChatTab; -class Channel; class ChatInput; class ColorListModel; class DropDown; -class EmoteWindow; -class ScrollArea; class TabbedArea; class ItemLinkHandler; -class Tab; class WhisperTab; const int DEFAULT_CHAT_WINDOW_SCROLL = 7; |