From 6990c2cd049d6e1a36c8e6a6bb9ba2f8d8db9fac Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 29 Jan 2010 11:32:53 +0000 Subject: remove uneccissary includes svn path=/trunk/netsurf/; revision=9931 --- content/fetchers/fetch_curl.c | 3 +-- content/fetchers/fetch_data.c | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'content/fetchers') diff --git a/content/fetchers/fetch_curl.c b/content/fetchers/fetch_curl.c index e04811829..f65894af3 100644 --- a/content/fetchers/fetch_curl.c +++ b/content/fetchers/fetch_curl.c @@ -34,9 +34,8 @@ #include #include #include -#include #include -#include + #include "utils/config.h" #include #include "content/fetch.h" diff --git a/content/fetchers/fetch_data.c b/content/fetchers/fetch_data.c index 5b40b4ef6..f2a90c50d 100644 --- a/content/fetchers/fetch_data.c +++ b/content/fetchers/fetch_data.c @@ -26,10 +26,9 @@ #include #include #include -#include -#include -#include + #include /* for URL unescaping functions */ + #include "utils/config.h" #include "content/fetch.h" #include "content/fetchers/fetch_data.h" -- cgit v1.2.3