From 76a68d7dd02f3819e4e60cd9febfd45e20821e14 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 6 Jun 2016 08:59:23 +0100 Subject: Update content to split public and internal API --- frontends/amiga/menu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontends/amiga/menu.c') diff --git a/frontends/amiga/menu.c b/frontends/amiga/menu.c index e1017cd1f..636951ea3 100644 --- a/frontends/amiga/menu.c +++ b/frontends/amiga/menu.c @@ -47,11 +47,11 @@ #include "utils/log.h" #include "utils/utils.h" #include "utils/nsurl.h" -#include "content/hlcache.h" -#include "desktop/hotlist.h" #include "netsurf/browser_window.h" #include "netsurf/mouse.h" #include "netsurf/window.h" +#include "netsurf/content.h" +#include "desktop/hotlist.h" #include "desktop/textinput.h" #include "desktop/version.h" @@ -1076,7 +1076,7 @@ void ami_menu_update_checked(struct gui_window_2 *gwin) ResetMenuStrip(gwin->win, menustrip); } -void ami_menu_update_disabled(struct gui_window *g, hlcache_handle *c) +void ami_menu_update_disabled(struct gui_window *g, struct hlcache_handle *c) { struct Window *win = g->shared->win; -- cgit v1.2.3