From a9b27cf6610c779662169909014a0949b708d21b Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 7 Jan 2006 00:39:49 +0000 Subject: [project @ 2006-01-07 00:39:49 by rjw] Add missing include files. svn path=/import/netsurf/; revision=2006 --- riscos/global_history.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/global_history.c') diff --git a/riscos/global_history.c b/riscos/global_history.c index a42ee148d..f3a3d0144 100644 --- a/riscos/global_history.c +++ b/riscos/global_history.c @@ -19,11 +19,13 @@ #include "oslib/wimpspriteop.h" #include "netsurf/content/url_store.h" #include "netsurf/desktop/tree.h" +#include "netsurf/riscos/dialog.h" #include "netsurf/riscos/global_history.h" #include "netsurf/riscos/gui.h" #include "netsurf/riscos/menus.h" #include "netsurf/riscos/theme.h" #include "netsurf/riscos/treeview.h" +#include "netsurf/riscos/wimp.h" #include "netsurf/riscos/wimp_event.h" #include "netsurf/utils/messages.h" #include "netsurf/utils/log.h" @@ -61,8 +63,6 @@ struct tree *global_history_tree; void ro_gui_global_history_initialise(void) { char s[MAXIMUM_URL_LENGTH]; FILE *fp; - const char *title; - os_error *error; struct hostname_data *hostname; struct url_data *url; int url_count = 0; -- cgit v1.2.3