From d06df231bc7c49e0f46ffc8fc8674d0717dff202 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 16 Oct 2014 09:48:09 +0100 Subject: Update the core to use the split operations table headers Second in the series to decouple the core API usage from the frontends. --- image/image_cache.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'image/image_cache.c') diff --git a/image/image_cache.c b/image/image_cache.c index 051243944..565636c06 100644 --- a/image/image_cache.c +++ b/image/image_cache.c @@ -22,9 +22,10 @@ #include #include -#include "desktop/gui_factory.h" #include "utils/log.h" #include "content/content_protected.h" +#include "desktop/gui_misc.h" +#include "desktop/gui_internal.h" #include "image/image_cache.h" #include "image/image.h" -- cgit v1.2.3