From fe7eb85614244d5e0659c88431fbd9726fa33051 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 May 2016 11:23:32 +0100 Subject: move misc header into public API --- render/html_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html_object.c') diff --git a/render/html_object.c b/render/html_object.c index 9e5e26730..baa01e598 100644 --- a/render/html_object.c +++ b/render/html_object.c @@ -35,7 +35,7 @@ #include "content/hlcache.h" #include "content/handlers/css/utils.h" #include "desktop/scrollbar.h" -#include "desktop/gui_misc.h" +#include "netsurf/misc.h" #include "desktop/gui_internal.h" #include "render/box.h" -- cgit v1.2.3