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 <stdint.h>
#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 hotlist.

View File

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

View File

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