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/riscos/save_draw.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'frontends/riscos/save_draw.c') diff --git a/frontends/riscos/save_draw.c b/frontends/riscos/save_draw.c index 7ba2c942b..705551f7b 100644 --- a/frontends/riscos/save_draw.c +++ b/frontends/riscos/save_draw.c @@ -32,9 +32,8 @@ #include "utils/log.h" #include "utils/utils.h" -#include "content/content.h" -#include "content/hlcache.h" #include "netsurf/plotters.h" +#include "netsurf/content.h" #include "riscos/bitmap.h" #include "riscos/gui.h" @@ -87,7 +86,7 @@ static int ro_save_draw_height; * \return true on success, false on error and error reported */ -bool save_as_draw(hlcache_handle *h, const char *path) +bool save_as_draw(struct hlcache_handle *h, const char *path) { pencil_code code; char *drawfile_buffer; -- cgit v1.2.1