From 153c4444543411b00fc8682bd38d6e1758a63082 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 22 Aug 2012 12:22:58 +0100 Subject: Move browser_window struct to private header. Places that shouldn't include it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows --- desktop/frames.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/frames.c') diff --git a/desktop/frames.c b/desktop/frames.c index 0d67ad8c5..cc2cabfd2 100644 --- a/desktop/frames.c +++ b/desktop/frames.c @@ -30,7 +30,7 @@ #include #include "utils/config.h" #include "content/hlcache.h" -#include "desktop/browser.h" +#include "desktop/browser_private.h" #include "desktop/frames.h" #include "desktop/history_core.h" #include "desktop/gui.h" -- cgit v1.2.3