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/textinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/textinput.c') diff --git a/desktop/textinput.c b/desktop/textinput.c index 36011bed9..8efc71963 100644 --- a/desktop/textinput.c +++ b/desktop/textinput.c @@ -29,7 +29,7 @@ #include #include -#include "desktop/browser.h" +#include "desktop/browser_private.h" #include "desktop/gui.h" #include "desktop/mouse.h" #include "desktop/scrollbar.h" -- cgit v1.2.3