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/monkey/bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/monkey') diff --git a/frontends/monkey/bitmap.c b/frontends/monkey/bitmap.c index 5605073ba..daf90b43a 100644 --- a/frontends/monkey/bitmap.c +++ b/frontends/monkey/bitmap.c @@ -21,7 +21,7 @@ #include #include "utils/errors.h" -#include "image/bitmap.h" +#include "content/handlers/image/bitmap.h" #include "monkey/bitmap.h" -- cgit v1.2.3