From ad343eccb18454bab2f4e9464b88564c9da69649 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 2 Nov 2014 20:10:32 +0000 Subject: remove unecessary utils/types.h This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required. --- desktop/treeview.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop/treeview.h') diff --git a/desktop/treeview.h b/desktop/treeview.h index 0b5bbbbd9..8f9dd7db9 100644 --- a/desktop/treeview.h +++ b/desktop/treeview.h @@ -29,7 +29,8 @@ #include "desktop/mouse.h" #include "desktop/core_window.h" #include "desktop/textinput.h" -#include "utils/types.h" + +struct redraw_context; typedef struct treeview treeview; typedef struct treeview_node treeview_node; -- cgit v1.2.3