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 --- desktop/textarea.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/textarea.c') diff --git a/desktop/textarea.c b/desktop/textarea.c index 833815eba..157d6c188 100644 --- a/desktop/textarea.c +++ b/desktop/textarea.c @@ -38,7 +38,7 @@ #include "desktop/plotters.h" #include "desktop/scrollbar.h" #include "netsurf/clipboard.h" -#include "desktop/gui_layout.h" +#include "netsurf/layout.h" #include "desktop/gui_internal.h" #define CARET_COLOR 0x0000FF -- cgit v1.2.3