From c821ed2bbd91e1b4fe2b74c01cce1a4106f37655 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 May 2016 11:15:58 +0100 Subject: move download header into public API --- frontends/riscos/download.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/riscos') diff --git a/frontends/riscos/download.c b/frontends/riscos/download.c index cddb449de..7dd61b7b4 100644 --- a/frontends/riscos/download.c +++ b/frontends/riscos/download.c @@ -22,7 +22,7 @@ * \file * RISC OS download windows implementation. * - * This file implements the interface given by desktop/gui_download.h + * This file implements the interface given by netsurf/download.h * for download windows. Each download window has an associated * fetch. Downloads start by writing received data to a temporary * file. At some point the user chooses a destination (by drag & @@ -54,7 +54,7 @@ #include "utils/utils.h" #include "utils/string.h" #include "utils/corestrings.h" -#include "desktop/gui_download.h" +#include "netsurf/download.h" #include "desktop/download.h" #include "riscos/gui.h" -- cgit v1.2.3