From d1194be49f94de3fad35302c647433c4b16fb917 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 24 Mar 2012 17:09:21 +0000 Subject: Migrate frame types so that desktop/browser.h does not include render/html.h svn path=/trunk/netsurf/; revision=13605 --- desktop/browser.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'desktop/browser.h') diff --git a/desktop/browser.h b/desktop/browser.h index 7fff04c82..e0d42265a 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -31,9 +31,10 @@ #include "content/content.h" #include "desktop/gui.h" #include "desktop/mouse.h" -#include "render/html.h" #include "utils/types.h" +#include "frame_types.h" + struct box; struct hlcache_handle; struct form; @@ -67,8 +68,6 @@ typedef enum { DRAGGING_OTHER } browser_drag_type; - - /** Browser window data. */ struct browser_window { /** Page currently displayed, or 0. Must have status READY or DONE. */ -- cgit v1.2.3