summaryrefslogtreecommitdiff
path: root/frontends/riscos/save_draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/riscos/save_draw.c')
-rw-r--r--frontends/riscos/save_draw.c5
1 files changed, 2 insertions, 3 deletions
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;