From 690066bb56e49fb21c66b47cdbe33ca6e51e16ec Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 30 Jun 2016 15:28:54 +0100 Subject: remove unecessary textinput header use from hotlist header --- desktop/hotlist.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'desktop') diff --git a/desktop/hotlist.h b/desktop/hotlist.h index 2733d589f..c0f4dec66 100644 --- a/desktop/hotlist.h +++ b/desktop/hotlist.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 hotlist. -- cgit v1.2.3