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 --- gtk/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/search.c') diff --git a/gtk/search.c b/gtk/search.c index 52bf1c147..37b7397c4 100644 --- a/gtk/search.c +++ b/gtk/search.c @@ -32,7 +32,7 @@ #include "utils/config.h" #include "content/content.h" #include "content/hlcache.h" -#include "desktop/browser.h" +#include "desktop/browser_private.h" #include "desktop/gui.h" #include "desktop/search.h" #include "desktop/searchweb.h" -- cgit v1.2.3