From 3455d669219834075fd09b8be2c81c2fe31b126e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 3 Feb 2014 17:56:24 +0000 Subject: reduce desktop/browser.h unecessary includes --- desktop/browser.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'desktop/browser.h') diff --git a/desktop/browser.h b/desktop/browser.h index 4901c112e..549570f91 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -25,12 +25,13 @@ #define _NETSURF_DESKTOP_BROWSER_H_ #include +#include -#include "content/content.h" -#include "content/hlcache.h" +#include "utils/types.h" +#include "utils/nsurl.h" +#include "desktop/plot_style.h" #include "desktop/frame_types.h" #include "desktop/mouse.h" -#include "utils/types.h" struct browser_window; @@ -39,7 +40,7 @@ struct gui_window; struct history; struct selection; struct fetch_multipart_data; - +struct form_control; typedef enum { DRAGGING_NONE, @@ -116,7 +117,7 @@ nserror browser_window_navigate(struct browser_window *bw, enum browser_window_nav_flags flags, char *post_urlenc, struct fetch_multipart_data *post_multipart, - hlcache_handle *parent); + struct hlcache_handle *parent); void browser_window_get_dimensions(struct browser_window *bw, int *width, int *height, bool scaled); -- cgit v1.2.3