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 --- framebuffer/clipboard.c | 2 ++ framebuffer/gui.c | 1 + framebuffer/localhistory.c | 1 + 3 files changed, 4 insertions(+) (limited to 'framebuffer') diff --git a/framebuffer/clipboard.c b/framebuffer/clipboard.c index 85e6a1da2..7503303bd 100644 --- a/framebuffer/clipboard.c +++ b/framebuffer/clipboard.c @@ -23,6 +23,8 @@ #include #include #include +#include "desktop/browser.h" +#include "desktop/gui.h" #include "desktop/selection.h" #include "framebuffer/gui.h" #include "utils/log.h" diff --git a/framebuffer/gui.c b/framebuffer/gui.c index dfbaa263d..db0a9ef02 100644 --- a/framebuffer/gui.c +++ b/framebuffer/gui.c @@ -31,6 +31,7 @@ #include #include +#include "desktop/browser_private.h" #include "desktop/gui.h" #include "desktop/mouse.h" #include "desktop/plotters.h" diff --git a/framebuffer/localhistory.c b/framebuffer/localhistory.c index 4b329a832..f6c24a1a4 100644 --- a/framebuffer/localhistory.c +++ b/framebuffer/localhistory.c @@ -31,6 +31,7 @@ #include #include +#include "desktop/browser_private.h" #include "desktop/gui.h" #include "desktop/plotters.h" #include "desktop/netsurf.h" -- cgit v1.2.3