From 0ae788752cdeb259eaadb756a18e9065da1c6d22 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 30 Jun 2016 16:12:06 +0100 Subject: remove unecessary textinput header use from treeview header --- desktop/treeview.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'desktop/treeview.c') diff --git a/desktop/treeview.c b/desktop/treeview.c index b8d3d1370..8f0afcbb2 100644 --- a/desktop/treeview.c +++ b/desktop/treeview.c @@ -26,17 +26,19 @@ #include "utils/nsurl.h" #include "netsurf/bitmap.h" #include "netsurf/content.h" +#include "netsurf/plotters.h" +#include "netsurf/clipboard.h" +#include "netsurf/layout.h" #include "content/hlcache.h" #include "css/utils.h" #include "desktop/system_colour.h" #include "desktop/knockout.h" -#include "netsurf/plotters.h" #include "desktop/textarea.h" #include "desktop/treeview.h" -#include "netsurf/clipboard.h" -#include "netsurf/layout.h" #include "desktop/gui_internal.h" +#include "desktop/textinput.h" +#include "desktop/core_window.h" /** @todo get rid of REDRAW_MAX -- need to be able to know window size */ #define REDRAW_MAX 8000 -- cgit v1.2.3