summaryrefslogtreecommitdiff
path: root/src/gui/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/help.h')
-rw-r--r--src/gui/help.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/help.h b/src/gui/help.h
index 21e27c34..d2bada56 100644
--- a/src/gui/help.h
+++ b/src/gui/help.h
@@ -24,10 +24,12 @@
#ifndef _TMW_HELP_H
#define _TMW_HELP_H
-#include <guichan.hpp>
#include "window.h"
#include "linkhandler.h"
-#include "browserbox.h"
+
+#include "../guichanfwd.h"
+
+class BrowserBox;
/**
* The help dialog.