remove unecessary textinput header use from global history header

This commit is contained in:
Vincent Sanders 2016-06-30 15:40:10 +01:00
parent 690066bb56
commit 012b797713
4 changed files with 8 additions and 6 deletions

View File

@ -72,6 +72,7 @@
#include "desktop/selection.h" #include "desktop/selection.h"
#include "desktop/theme.h" #include "desktop/theme.h"
#include "desktop/gui_internal.h" #include "desktop/gui_internal.h"
#include "desktop/textinput.h"
/** maximum frame depth */ /** maximum frame depth */

View File

@ -22,14 +22,13 @@
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include "desktop/core_window.h"
#include "desktop/textinput.h"
#include "utils/errors.h" #include "utils/errors.h"
#include "netsurf/mouse.h"
struct core_window_callback_table;
struct redraw_context; struct redraw_context;
struct nsurl; struct nsurl;
struct rect;
enum browser_mouse_state;
/** /**
* Initialise the global history. * Initialise the global history.
@ -67,7 +66,7 @@ nserror global_history_fini(void);
*/ */
nserror global_history_add(struct nsurl *url); nserror global_history_add(struct nsurl *url);
/* /**
* Save global history to file (html) * Save global history to file (html)
* *
* \param path The path to save history to * \param path The path to save history to

View File

@ -60,6 +60,7 @@
#include "desktop/global_history.h" #include "desktop/global_history.h"
#include "desktop/hotlist.h" #include "desktop/hotlist.h"
#include "desktop/sslcert_viewer.h" #include "desktop/sslcert_viewer.h"
#include "desktop/textinput.h"
#include "amiga/gui.h" #include "amiga/gui.h"
#include "amiga/tree.h" #include "amiga/tree.h"

View File

@ -34,9 +34,10 @@
#include "utils/nsoption.h" #include "utils/nsoption.h"
#include "utils/messages.h" #include "utils/messages.h"
#include "utils/log.h" #include "utils/log.h"
#include "netsurf/window.h"
#include "desktop/global_history.h" #include "desktop/global_history.h"
#include "desktop/tree.h" #include "desktop/tree.h"
#include "netsurf/window.h" #include "desktop/textinput.h"
#include "riscos/dialog.h" #include "riscos/dialog.h"
#include "riscos/global_history.h" #include "riscos/global_history.h"