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/core_window.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'desktop/core_window.h') diff --git a/desktop/core_window.h b/desktop/core_window.h index 3fe88f3d7..38045a3e8 100644 --- a/desktop/core_window.h +++ b/desktop/core_window.h @@ -23,9 +23,8 @@ #ifndef _NETSURF_DESKTOP_CORE_WINDOW_H_ #define _NETSURF_DESKTOP_CORE_WINDOW_H_ -#include "utils/types.h" - struct core_window; +struct rect; typedef enum { CORE_WINDOW_DRAG_NONE, -- cgit v1.2.3