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/theme.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'frontends/amiga/theme.h') diff --git a/frontends/amiga/theme.h b/frontends/amiga/theme.h index f295efee1..34a8dd5c3 100644 --- a/frontends/amiga/theme.h +++ b/frontends/amiga/theme.h @@ -19,6 +19,11 @@ #ifndef AMIGA_THEME_H #define AMIGA_THEME_H +#include "netsurf/mouse.h" + +struct gui_window_2; +struct gui_window; + #define AMI_GUI_POINTER_BLANK GUI_POINTER_PROGRESS+1 #define AMI_GUI_POINTER_DRAG GUI_POINTER_PROGRESS+2 #define AMI_LASTPOINTER AMI_GUI_POINTER_DRAG -- cgit v1.2.3