From 2326d3c503f5756280eabde3eaf52c1c1cdeceb6 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 9 May 2014 10:15:42 +0100 Subject: remove unecessary utils/url.h includes --- content/hlcache.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'content/hlcache.c') diff --git a/content/hlcache.c b/content/hlcache.c index 16f9697ef..5a3cc8583 100644 --- a/content/hlcache.c +++ b/content/hlcache.c @@ -25,16 +25,16 @@ #include #include "desktop/gui_factory.h" -#include "content/content.h" -#include "content/hlcache.h" -#include "content/mimesniff.h" #include "utils/http.h" #include "utils/log.h" #include "utils/messages.h" #include "utils/ring.h" -#include "utils/url.h" #include "utils/utils.h" +#include "content/content.h" +#include "content/mimesniff.h" +#include "content/hlcache.h" + typedef struct hlcache_entry hlcache_entry; typedef struct hlcache_retrieval_ctx hlcache_retrieval_ctx; -- cgit v1.2.3