summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-06 09:16:47 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-06 09:16:47 +0100
commitcf73e369efbb0c8b7f715e5c0a77e00e4c6fc570 (patch)
tree5baa9e66b3872f13d3d38adceeaff4b4013242ee /content
parent0c53ad0e67b7e643df676d03721ca5d0691f711e (diff)
downloadnetsurf-cf73e369efbb0c8b7f715e5c0a77e00e4c6fc570.tar.gz
netsurf-cf73e369efbb0c8b7f715e5c0a77e00e4c6fc570.tar.bz2
fixup rsvg image handler for content API changes
Diffstat (limited to 'content')
-rw-r--r--content/handlers/image/rsvg.c6
1 files changed, 4 insertions, 2 deletions
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"