summaryrefslogtreecommitdiff
path: root/render
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 /render
parent1556055d91a752abc28764637c8a91eaaec9f131 (diff)
downloadnetsurf-2326d3c503f5756280eabde3eaf52c1c1cdeceb6.tar.gz
netsurf-2326d3c503f5756280eabde3eaf52c1c1cdeceb6.tar.bz2
remove unecessary utils/url.h includes
Diffstat (limited to 'render')
-rw-r--r--render/box_construct.c1
-rw-r--r--render/html.c1
-rw-r--r--render/search.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index 699102563..ddb02e3e5 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -44,7 +44,6 @@
#include "utils/log.h"
#include "utils/messages.h"
#include "utils/talloc.h"
-#include "utils/url.h"
#include "utils/utils.h"
#include "render/box.h"
diff --git a/render/html.c b/render/html.c
index 95037a2b4..212124028 100644
--- a/render/html.c
+++ b/render/html.c
@@ -35,7 +35,6 @@
#include "utils/log.h"
#include "utils/messages.h"
#include "utils/talloc.h"
-#include "utils/url.h"
#include "utils/utf8.h"
#include "utils/utils.h"
#include "utils/nsoption.h"
diff --git a/render/search.c b/render/search.c
index 3bec9e199..00261a36a 100644
--- a/render/search.c
+++ b/render/search.c
@@ -29,7 +29,6 @@
#include "utils/config.h"
#include "utils/log.h"
#include "utils/messages.h"
-#include "utils/url.h"
#include "utils/utils.h"
#include "content/content.h"
#include "content/hlcache.h"