summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/box_textarea.c1
-rw-r--r--render/form.c2
-rw-r--r--render/html.c2
-rw-r--r--render/html.h2
-rw-r--r--render/html_forms.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
9 files changed, 7 insertions, 10 deletions
diff --git a/render/box_textarea.c b/render/box_textarea.c
index 4e4adff80..7f0765430 100644
--- a/render/box_textarea.c
+++ b/render/box_textarea.c
@@ -22,7 +22,6 @@
#include <dom/dom.h>
-#include "desktop/browser.h"
#include "desktop/textarea.h"
#include "desktop/textinput.h"
#include "utils/log.h"
diff --git a/render/form.c b/render/form.c
index b3a8c5114..b07acdb8a 100644
--- a/render/form.c
+++ b/render/form.c
@@ -43,7 +43,7 @@
#include "content/fetch.h"
#include "content/hlcache.h"
#include "content/handlers/css/utils.h"
-#include "desktop/browser.h"
+#include "netsurf/browser_window.h"
#include "netsurf/mouse.h"
#include "desktop/knockout.h"
#include "desktop/plot_style.h"
diff --git a/render/html.c b/render/html.c
index 8307cdcf7..7e2f27143 100644
--- a/render/html.c
+++ b/render/html.c
@@ -48,7 +48,7 @@
#include "desktop/textarea.h"
#include "netsurf/bitmap.h"
#include "javascript/js.h"
-#include "desktop/browser.h"
+#include "netsurf/browser_window.h"
#include "netsurf/utf8.h"
#include "netsurf/layout.h"
#include "netsurf/misc.h"
diff --git a/render/html.h b/render/html.h
index 2900e8983..5d2e45906 100644
--- a/render/html.h
+++ b/render/html.h
@@ -31,7 +31,7 @@
#include <dom/bindings/hubbub/parser.h>
#include "content/content_type.h"
-#include "desktop/browser.h"
+#include "netsurf/browser_window.h"
#include "netsurf/mouse.h"
#include "desktop/plot_style.h"
#include "desktop/frame_types.h"
diff --git a/render/html_forms.c b/render/html_forms.c
index fe289f261..0d56e1c75 100644
--- a/render/html_forms.c
+++ b/render/html_forms.c
@@ -19,8 +19,6 @@
#include "utils/corestrings.h"
#include "utils/log.h"
-#include "desktop/browser.h"
-
#include "render/form_internal.h"
#include "render/html_internal.h"
diff --git a/render/html_interaction.c b/render/html_interaction.c
index 9513d0f0a..3a548250a 100644
--- a/render/html_interaction.c
+++ b/render/html_interaction.c
@@ -35,7 +35,7 @@
#include "utils/log.h"
#include "content/content.h"
#include "content/hlcache.h"
-#include "desktop/browser.h"
+#include "netsurf/browser_window.h"
#include "desktop/frames.h"
#include "netsurf/mouse.h"
#include "utils/nsoption.h"
diff --git a/render/html_redraw.c b/render/html_redraw.c
index e70f9bead..40783c302 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -42,7 +42,7 @@
#include "utils/nsoption.h"
#include "content/content_protected.h"
#include "content/handlers/css/utils.h"
-#include "desktop/browser.h"
+#include "netsurf/browser_window.h"
#include "desktop/plotters.h"
#include "desktop/selection.h"
#include "desktop/print.h"
diff --git a/render/layout.c b/render/layout.c
index c86ccd75b..48c8677d7 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -49,7 +49,7 @@
#include "utils/nsoption.h"
#include "content/content_protected.h"
#include "content/handlers/css/utils.h"
-#include "desktop/browser.h"
+#include "netsurf/browser_window.h"
#include "desktop/scrollbar.h"
#include "desktop/textarea.h"
#include "netsurf/layout.h"
diff --git a/render/textplain.c b/render/textplain.c
index 9fe560d72..2323f431b 100644
--- a/render/textplain.c
+++ b/render/textplain.c
@@ -40,7 +40,7 @@
#include "content/content_protected.h"
#include "content/hlcache.h"
#include "content/handlers/css/utils.h"
-#include "desktop/browser.h"
+#include "netsurf/browser_window.h"
#include "utils/nsoption.h"
#include "desktop/plotters.h"
#include "desktop/search.h"