From fcde28d97f3863d8be4f6245e20f6471c9bfacb6 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 1 Jun 2016 07:59:19 +0100 Subject: reduce core header usage --- frontends/amiga/history_local.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'frontends/amiga/history_local.h') 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 #include -#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 -- cgit v1.2.3