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/box_construct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/box_construct.c') diff --git a/render/box_construct.c b/render/box_construct.c index 6dce5c690..372dcb397 100644 --- a/render/box_construct.c +++ b/render/box_construct.c @@ -46,7 +46,7 @@ #include "content/handlers/css/hints.h" #include "content/handlers/css/select.h" #include "netsurf/css.h" -#include "desktop/gui_misc.h" +#include "netsurf/misc.h" #include "desktop/gui_internal.h" #include "render/box.h" -- cgit v1.2.3