summaryrefslogtreecommitdiff
path: root/content/fetchers/fetch_curl.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-05-11 10:09:44 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-05-11 10:09:44 +0000
commit74a1095cd6cf6c8f3b42db14e1d3352eb019d335 (patch)
tree2f8e85caf463e269270e22ab12fe946d7bac8588 /content/fetchers/fetch_curl.c
parentab62e61b55a9ff1cd0c1927598ccfe5179563277 (diff)
downloadnetsurf-74a1095cd6cf6c8f3b42db14e1d3352eb019d335.tar.gz
netsurf-74a1095cd6cf6c8f3b42db14e1d3352eb019d335.tar.bz2
Remove unnecessary includes
svn path=/trunk/netsurf/; revision=4144
Diffstat (limited to 'content/fetchers/fetch_curl.c')
-rw-r--r--content/fetchers/fetch_curl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/fetchers/fetch_curl.c b/content/fetchers/fetch_curl.c
index ecd911326..9ad86a170 100644
--- a/content/fetchers/fetch_curl.c
+++ b/content/fetchers/fetch_curl.c
@@ -37,9 +37,6 @@
#include <sys/select.h>
#include <sys/stat.h>
#include <sys/utsname.h>
-#ifdef riscos
-#include <unixlib/local.h>
-#endif
#include "utils/config.h"
#ifdef WITH_SSL
#include <openssl/ssl.h>