summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index f459b804..28c3ab0c 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -26,8 +26,6 @@
#include <guichan.hpp>
#include <guichan/key.hpp>
-#include "../resources/image.h"
-#include "../net/network.h"
#include "window.h"
#include "scrollarea.h"
#include "browserbox.h"
@@ -213,5 +211,7 @@ class ChatWindow : public Window, public gcn::ActionListener,
std::list<std::string>::iterator curHist; /**< History iterator */
};
+extern ChatWindow *chatWindow;
+
#endif