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 --- desktop/browser_history.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'desktop/browser_history.c') diff --git a/desktop/browser_history.c b/desktop/browser_history.c index a8c8ee041..5cd98cde6 100644 --- a/desktop/browser_history.c +++ b/desktop/browser_history.c @@ -29,18 +29,17 @@ #include #include "utils/log.h" -#include "utils/nsurl.h" #include "utils/utils.h" -#include "content/content.h" +#include "netsurf/layout.h" +#include "netsurf/plotters.h" +#include "netsurf/content.h" #include "content/hlcache.h" #include "content/urldb.h" #include "netsurf/bitmap.h" -#include "netsurf/layout.h" #include "desktop/gui_internal.h" #include "desktop/browser_history.h" #include "desktop/browser_private.h" -#include "netsurf/plotters.h" #define WIDTH 100 #define HEIGHT 86 -- cgit v1.2.3