summaryrefslogtreecommitdiff
path: root/content/fetchers
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-03-12 23:48:53 +0000
committerVincent Sanders <vince@kyllikki.org>2015-03-12 23:48:53 +0000
commita487f7e611550b0058a780cf673480eb8de6f799 (patch)
treed3fc64714632a6cb8049eab059a1ea5332efb97f /content/fetchers
parent8b00dfcfbf9003692e6c4f905500c55aac79b7f0 (diff)
downloadnetsurf-a487f7e611550b0058a780cf673480eb8de6f799.tar.gz
netsurf-a487f7e611550b0058a780cf673480eb8de6f799.tar.bz2
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.
Diffstat (limited to 'content/fetchers')
-rw-r--r--content/fetchers/curl.c3
1 files changed, 2 insertions, 1 deletions
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 <assert.h>
#include <errno.h>
#include <inttypes.h>
@@ -39,7 +41,6 @@
#include <libwapcaplet/libwapcaplet.h>
-#include "utils/config.h"
#include "utils/corestrings.h"
#include "utils/nsoption.h"
#include "utils/log.h"