From ab952e063444544d57e86ff089715dd0b6558342 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 7 May 2020 20:55:44 +0100 Subject: improve content header usage --- desktop/search.c | 1 + desktop/textinput.c | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop') diff --git a/desktop/search.c b/desktop/search.c index 3d3e7704f..c4b5b3535 100644 --- a/desktop/search.c +++ b/desktop/search.c @@ -23,6 +23,7 @@ * Free text search (core) */ +#include "utils/errors.h" #include "content/content.h" #include "netsurf/types.h" #include "netsurf/browser_window.h" diff --git a/desktop/textinput.c b/desktop/textinput.c index e19fb61d2..b8dced689 100644 --- a/desktop/textinput.c +++ b/desktop/textinput.c @@ -33,14 +33,13 @@ #include "utils/talloc.h" #include "utils/utf8.h" #include "utils/utils.h" +#include "netsurf/types.h" #include "netsurf/mouse.h" #include "netsurf/form.h" #include "netsurf/window.h" #include "netsurf/browser_window.h" #include "netsurf/keypress.h" -#include "html/box.h" -#include "html/private.h" -#include "html/layout.h" +#include "content/content.h" #include "desktop/browser_private.h" #include "desktop/textinput.h" -- cgit v1.2.3