summaryrefslogtreecommitdiff
path: root/src/gui/emotewindow.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-26 20:37:01 -0700
committerIra Rice <irarice@gmail.com>2009-01-26 20:37:01 -0700
commitebc287a74689cfd283bd3a87d8969f3e689b6aa6 (patch)
tree409897cdb43be2c58cb32f626f309db07b69f27f /src/gui/emotewindow.h
parent306e345adab33a67e3fc12aad2f7ae7c6c86302c (diff)
downloadmana-client-ebc287a74689cfd283bd3a87d8969f3e689b6aa6.tar.gz
mana-client-ebc287a74689cfd283bd3a87d8969f3e689b6aa6.tar.bz2
mana-client-ebc287a74689cfd283bd3a87d8969f3e689b6aa6.tar.xz
mana-client-ebc287a74689cfd283bd3a87d8969f3e689b6aa6.zip
Little bit of include cleanups.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/emotewindow.h')
-rw-r--r--src/gui/emotewindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/emotewindow.h b/src/gui/emotewindow.h
index eaea1f7c..8e36e5ce 100644
--- a/src/gui/emotewindow.h
+++ b/src/gui/emotewindow.h
@@ -25,12 +25,12 @@
#include <guichan/actionlistener.hpp>
#include <guichan/selectionlistener.hpp>
-#include "textbox.h"
#include "window.h"
#include "../guichanfwd.h"
class EmoteContainer;
+class TextBox;
/**
* Emote dialog.
@@ -38,7 +38,7 @@ class EmoteContainer;
* \ingroup Interface
*/
class EmoteWindow : public Window, gcn::ActionListener,
- gcn::SelectionListener
+ gcn::SelectionListener
{
public:
/**