From 7fc0a4c481d7adad14a42740037d50b2f9e1cdc1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 May 2016 17:32:57 +0100 Subject: move desktop window header into public API --- render/box_textarea.c | 1 - render/form.c | 2 +- render/html.c | 2 +- render/html.h | 2 +- render/html_forms.c | 2 -- render/html_interaction.c | 2 +- render/html_redraw.c | 2 +- render/layout.c | 2 +- render/textplain.c | 2 +- 9 files changed, 7 insertions(+), 10 deletions(-) (limited to 'render') 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 -#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 #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" -- cgit v1.2.3