summaryrefslogtreecommitdiff
path: root/frontends/amiga/history_local.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-01 07:59:19 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-01 07:59:19 +0100
commitfcde28d97f3863d8be4f6245e20f6471c9bfacb6 (patch)
treecc0a37a6896571422feb2a273d4dfbbbdefe6488 /frontends/amiga/history_local.h
parent148748b82c29160224486af7eed0d62f37031cb6 (diff)
downloadnetsurf-fcde28d97f3863d8be4f6245e20f6471c9bfacb6.tar.gz
netsurf-fcde28d97f3863d8be4f6245e20f6471c9bfacb6.tar.bz2
reduce core header usage
Diffstat (limited to 'frontends/amiga/history_local.h')
-rwxr-xr-xfrontends/amiga/history_local.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/amiga/history_local.h b/frontends/amiga/history_local.h
index 452fe1512..f7488211c 100755
--- a/frontends/amiga/history_local.h
+++ b/frontends/amiga/history_local.h
@@ -21,7 +21,8 @@
#include <exec/types.h>
#include <intuition/classusr.h>
-#include "amiga/gui.h"
+
+struct gui_window;
struct history_window {
struct nsObject *node;
@@ -41,5 +42,6 @@ void ami_history_open(struct gui_window *gw);
void ami_history_close(struct history_window *hw);
BOOL ami_history_event(struct history_window *hw);
+
#endif