From 76a68d7dd02f3819e4e60cd9febfd45e20821e14 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 6 Jun 2016 08:59:23 +0100 Subject: Update content to split public and internal API --- render/html_redraw.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'render/html_redraw.c') diff --git a/render/html_redraw.c b/render/html_redraw.c index 01e7246c6..bc0f462b4 100644 --- a/render/html_redraw.c +++ b/render/html_redraw.c @@ -40,16 +40,17 @@ #include "utils/messages.h" #include "utils/utils.h" #include "utils/nsoption.h" -#include "content/content_protected.h" -#include "content/handlers/css/utils.h" +#include "netsurf/content.h" #include "netsurf/browser_window.h" #include "netsurf/plotters.h" +#include "netsurf/bitmap.h" +#include "netsurf/layout.h" +#include "content/content_protected.h" +#include "content/handlers/css/utils.h" #include "desktop/selection.h" #include "desktop/print.h" #include "desktop/scrollbar.h" #include "desktop/textarea.h" -#include "netsurf/bitmap.h" -#include "netsurf/layout.h" #include "desktop/gui_internal.h" #include "render/box.h" -- cgit v1.2.3