summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-09 10:15:42 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-09 10:15:42 +0100
commit2326d3c503f5756280eabde3eaf52c1c1cdeceb6 (patch)
tree6d5e6473239b462c8a8d8034df4f1bf4d341d363 /windows
parent1556055d91a752abc28764637c8a91eaaec9f131 (diff)
downloadnetsurf-2326d3c503f5756280eabde3eaf52c1c1cdeceb6.tar.gz
netsurf-2326d3c503f5756280eabde3eaf52c1c1cdeceb6.tar.bz2
remove unecessary utils/url.h includes
Diffstat (limited to 'windows')
-rw-r--r--windows/findfile.c1
-rw-r--r--windows/main.c1
-rw-r--r--windows/misc.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/windows/findfile.c b/windows/findfile.c
index a91125c59..bca115815 100644
--- a/windows/findfile.c
+++ b/windows/findfile.c
@@ -30,7 +30,6 @@
#include <curl/curl.h>
-#include "utils/url.h"
#include "utils/log.h"
#include "utils/utils.h"
#include "utils/filepath.h"
diff --git a/windows/main.c b/windows/main.c
index 22cb5207c..1fa713664 100644
--- a/windows/main.c
+++ b/windows/main.c
@@ -29,7 +29,6 @@
#include "utils/utils.h"
#include "utils/log.h"
#include "utils/messages.h"
-#include "utils/url.h"
#include "utils/filepath.h"
#include "content/fetchers/resource.h"
diff --git a/windows/misc.c b/windows/misc.c
index b60eb512c..3bf06f852 100644
--- a/windows/misc.c
+++ b/windows/misc.c
@@ -27,7 +27,6 @@
#include "utils/messages.h"
#include "utils/utils.h"
-#include "utils/url.h"
void warn_user(const char *warning, const char *detail)
{