From 9ce71876ce500e242e2384c21abb38a8f431138b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 May 2016 11:31:35 +0100 Subject: move layout header into public API --- render/html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html.c') diff --git a/render/html.c b/render/html.c index 6120fdf01..8307cdcf7 100644 --- a/render/html.c +++ b/render/html.c @@ -50,7 +50,7 @@ #include "javascript/js.h" #include "desktop/browser.h" #include "netsurf/utf8.h" -#include "desktop/gui_layout.h" +#include "netsurf/layout.h" #include "netsurf/misc.h" #include "desktop/gui_internal.h" -- cgit v1.2.3