From a487f7e611550b0058a780cf673480eb8de6f799 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 12 Mar 2015 23:48:53 +0000 Subject: Move win32 window operations into their own module This splits up a great deal of the win32 window code out from other gui code. It also remove large quantities of unused and junk variables and functions. --- content/fetchers/curl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/fetchers') diff --git a/content/fetchers/curl.c b/content/fetchers/curl.c index d067cfaaf..b82f6b063 100644 --- a/content/fetchers/curl.c +++ b/content/fetchers/curl.c @@ -27,6 +27,8 @@ * The CURL handles are cached in the curl_handle_ring. */ +#include "utils/config.h" + #include #include #include @@ -39,7 +41,6 @@ #include -#include "utils/config.h" #include "utils/corestrings.h" #include "utils/nsoption.h" #include "utils/log.h" -- cgit v1.2.3