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_interaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html_interaction.c') diff --git a/render/html_interaction.c b/render/html_interaction.c index 4d0a903dd..0efb1286d 100644 --- a/render/html_interaction.c +++ b/render/html_interaction.c @@ -45,7 +45,7 @@ #include "desktop/textinput.h" #include "javascript/js.h" #include "netsurf/misc.h" -#include "desktop/gui_layout.h" +#include "netsurf/layout.h" #include "desktop/gui_internal.h" #include "render/box.h" -- cgit v1.2.3