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 --- desktop/netsurf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/netsurf.c') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index 46d8d6728..440e14081 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -38,8 +38,8 @@ #include "content/mimesniff.h" #include "content/urldb.h" #include "css/css.h" -#include "image/image.h" -#include "image/image_cache.h" +#include "content/handlers/image/image.h" +#include "content/handlers/image/image_cache.h" #include "javascript/js.h" #include "render/html.h" #include "render/textplain.h" -- cgit v1.2.3