summaryrefslogtreecommitdiff
path: root/content/hlcache.c
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 /content/hlcache.c
parent1556055d91a752abc28764637c8a91eaaec9f131 (diff)
downloadnetsurf-2326d3c503f5756280eabde3eaf52c1c1cdeceb6.tar.gz
netsurf-2326d3c503f5756280eabde3eaf52c1c1cdeceb6.tar.bz2
remove unecessary utils/url.h includes
Diffstat (limited to 'content/hlcache.c')
-rw-r--r--content/hlcache.c8
1 files changed, 4 insertions, 4 deletions
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 <string.h>
#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;