summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 11:31:35 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 11:31:35 +0100
commit9ce71876ce500e242e2384c21abb38a8f431138b (patch)
tree90a1c65c971ead5de6240bda611eb626fb85ff3a /render
parent527756cca0471a55389a3494d35f9b1b13f20b7e (diff)
downloadnetsurf-9ce71876ce500e242e2384c21abb38a8f431138b.tar.gz
netsurf-9ce71876ce500e242e2384c21abb38a8f431138b.tar.bz2
move layout header into public API
Diffstat (limited to 'render')
-rw-r--r--render/html.c2
-rw-r--r--render/html_interaction.c2
-rw-r--r--render/html_redraw.c2
-rw-r--r--render/layout.c2
-rw-r--r--render/textplain.c2
5 files changed, 5 insertions, 5 deletions
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"
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"
diff --git a/render/html_redraw.c b/render/html_redraw.c
index cf4bd6f67..e70f9bead 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -49,7 +49,7 @@
#include "desktop/scrollbar.h"
#include "desktop/textarea.h"
#include "netsurf/bitmap.h"
-#include "desktop/gui_layout.h"
+#include "netsurf/layout.h"
#include "desktop/gui_internal.h"
#include "render/box.h"
diff --git a/render/layout.c b/render/layout.c
index a7f2e8db5..c86ccd75b 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -52,7 +52,7 @@
#include "desktop/browser.h"
#include "desktop/scrollbar.h"
#include "desktop/textarea.h"
-#include "desktop/gui_layout.h"
+#include "netsurf/layout.h"
#include "render/box.h"
#include "render/font.h"
diff --git a/render/textplain.c b/render/textplain.c
index 5ecf1436d..9fe560d72 100644
--- a/render/textplain.c
+++ b/render/textplain.c
@@ -46,7 +46,7 @@
#include "desktop/search.h"
#include "desktop/selection.h"
#include "desktop/textinput.h"
-#include "desktop/gui_layout.h"
+#include "netsurf/layout.h"
#include "desktop/gui_internal.h"
#include "render/search.h"