From d06df231bc7c49e0f46ffc8fc8674d0717dff202 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 16 Oct 2014 09:48:09 +0100 Subject: Update the core to use the split operations table headers Second in the series to decouple the core API usage from the frontends. --- content/fetchers/curl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/fetchers/curl.c') diff --git a/content/fetchers/curl.c b/content/fetchers/curl.c index b3a4b9f38..df48d8b99 100644 --- a/content/fetchers/curl.c +++ b/content/fetchers/curl.c @@ -41,7 +41,6 @@ #include #include "utils/config.h" -#include "desktop/gui_factory.h" #include "utils/corestrings.h" #include "utils/nsoption.h" #include "utils/log.h" @@ -50,6 +49,8 @@ #include "utils/ring.h" #include "utils/useragent.h" #include "utils/file.h" +#include "desktop/gui_fetch.h" +#include "desktop/gui_internal.h" #include "content/fetch.h" #include "content/fetchers.h" -- cgit v1.2.3