summaryrefslogtreecommitdiff
path: root/desktop/treeview.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-30 16:12:06 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-30 16:12:06 +0100
commit0ae788752cdeb259eaadb756a18e9065da1c6d22 (patch)
tree6be6a229bb5228ad564a580617deecda02a7a42c /desktop/treeview.h
parent012b7977139b506220e8dffa4367877dbe6f2594 (diff)
downloadnetsurf-0ae788752cdeb259eaadb756a18e9065da1c6d22.tar.gz
netsurf-0ae788752cdeb259eaadb756a18e9065da1c6d22.tar.bz2
remove unecessary textinput header use from treeview header
Diffstat (limited to 'desktop/treeview.h')
-rw-r--r--desktop/treeview.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/desktop/treeview.h b/desktop/treeview.h
index e5baaf2ff..25349ad36 100644
--- a/desktop/treeview.h
+++ b/desktop/treeview.h
@@ -16,8 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/** \file
- * Treeview handling (interface).
+/**
+ * \file
+ * Treeview handling interface.
*/
#ifndef _NETSURF_DESKTOP_TREEVIEW_H_
@@ -28,10 +29,10 @@
#include <libwapcaplet/libwapcaplet.h>
#include "netsurf/mouse.h"
-#include "desktop/core_window.h"
-#include "desktop/textinput.h"
struct redraw_context;
+struct core_window;
+struct core_window_callback_table;
typedef struct treeview treeview;
typedef struct treeview_node treeview_node;