From 3224d7121aff91ab8d888831dc493ef621e3dd39 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 23 May 2016 23:32:16 +0100 Subject: move image content handlers to accomodate core build changes --- content/fetchers/about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetchers/about.c') diff --git a/content/fetchers/about.c b/content/fetchers/about.c index 605d3a8d9..69ca0aed2 100644 --- a/content/fetchers/about.c +++ b/content/fetchers/about.c @@ -41,7 +41,7 @@ #include "content/fetchers.h" #include "content/fetchers/about.h" #include "content/content_type.h" -#include "image/image_cache.h" +#include "content/handlers/image/image_cache.h" struct fetch_about_context; -- cgit v1.2.3