remove unecessary textinput header use from hotlist header

This commit is contained in:
Vincent Sanders 2016-06-30 15:28:54 +01:00
parent 4f59f5309f
commit 690066bb56
3 changed files with 5 additions and 4 deletions

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 hotlist. * Initialise the hotlist.

View File

@ -23,6 +23,7 @@
#include "utils/nsoption.h" #include "utils/nsoption.h"
#include "desktop/hotlist.h" #include "desktop/hotlist.h"
#include "desktop/tree.h" #include "desktop/tree.h"
#include "desktop/textinput.h"
#include "gtk/plotters.h" #include "gtk/plotters.h"
#include "gtk/scaffolding.h" #include "gtk/scaffolding.h"

View File

@ -40,6 +40,7 @@
#include "netsurf/window.h" #include "netsurf/window.h"
#include "desktop/hotlist.h" #include "desktop/hotlist.h"
#include "desktop/tree.h" #include "desktop/tree.h"
#include "desktop/textinput.h"
#include "riscos/gui.h" #include "riscos/gui.h"
#include "riscos/dialog.h" #include "riscos/dialog.h"