From 012b7977139b506220e8dffa4367877dbe6f2594 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 30 Jun 2016 15:40:10 +0100 Subject: remove unecessary textinput header use from global history header --- desktop/browser.c | 1 + desktop/global_history.h | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'desktop') diff --git a/desktop/browser.c b/desktop/browser.c index 5f99a845b..d3648d76a 100644 --- a/desktop/browser.c +++ b/desktop/browser.c @@ -72,6 +72,7 @@ #include "desktop/selection.h" #include "desktop/theme.h" #include "desktop/gui_internal.h" +#include "desktop/textinput.h" /** maximum frame depth */ diff --git a/desktop/global_history.h b/desktop/global_history.h index bfbd13258..f289a5b06 100644 --- a/desktop/global_history.h +++ b/desktop/global_history.h @@ -22,14 +22,13 @@ #include #include -#include "desktop/core_window.h" -#include "desktop/textinput.h" #include "utils/errors.h" +#include "netsurf/mouse.h" +struct core_window_callback_table; struct redraw_context; struct nsurl; - -enum browser_mouse_state; +struct rect; /** * Initialise the global history. @@ -67,7 +66,7 @@ nserror global_history_fini(void); */ nserror global_history_add(struct nsurl *url); -/* +/** * Save global history to file (html) * * \param path The path to save history to -- cgit v1.2.3