From cf73e369efbb0c8b7f715e5c0a77e00e4c6fc570 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 6 Jun 2016 09:16:47 +0100 Subject: fixup rsvg image handler for content API changes --- content/handlers/image/rsvg.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'content/handlers/image') diff --git a/content/handlers/image/rsvg.c b/content/handlers/image/rsvg.c index 9842d459c..ad8e3fa17 100644 --- a/content/handlers/image/rsvg.c +++ b/content/handlers/image/rsvg.c @@ -41,10 +41,12 @@ #include "utils/log.h" #include "utils/utils.h" #include "utils/messages.h" -#include "content/content_protected.h" #include "netsurf/plotters.h" -#include "desktop/gui_internal.h" #include "netsurf/bitmap.h" +#include "netsurf/content.h" +#include "content/llcache.h" +#include "content/content_protected.h" +#include "desktop/gui_internal.h" #include "rsvg.h" -- cgit v1.2.3