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 --- frontends/windows/bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/windows') diff --git a/frontends/windows/bitmap.c b/frontends/windows/bitmap.c index 664244838..1a7856104 100644 --- a/frontends/windows/bitmap.c +++ b/frontends/windows/bitmap.c @@ -30,7 +30,7 @@ #include #include "utils/log.h" -#include "image/bitmap.h" +#include "content/handlers/image/bitmap.h" #include "desktop/plotters.h" #include "content/content.h" -- cgit v1.2.1