summaryrefslogtreecommitdiff
path: root/content/fetchers/fetch_curl.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-01-29 11:32:53 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-01-29 11:32:53 +0000
commit6990c2cd049d6e1a36c8e6a6bb9ba2f8d8db9fac (patch)
tree0be4ef4b858c6b4483b934cf223ba307fcb2e083 /content/fetchers/fetch_curl.c
parent36ea272a37825e15ed5e57b4ebc193b624868bce (diff)
downloadnetsurf-6990c2cd049d6e1a36c8e6a6bb9ba2f8d8db9fac.tar.gz
netsurf-6990c2cd049d6e1a36c8e6a6bb9ba2f8d8db9fac.tar.bz2
remove uneccissary includes
svn path=/trunk/netsurf/; revision=9931
Diffstat (limited to 'content/fetchers/fetch_curl.c')
-rw-r--r--content/fetchers/fetch_curl.c3
1 files changed, 1 insertions, 2 deletions
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 <string.h>
#include <strings.h>
#include <time.h>
-#include <sys/select.h>
#include <sys/stat.h>
-#include <sys/utsname.h>
+
#include "utils/config.h"
#include <openssl/ssl.h>
#include "content/fetch.h"