summaryrefslogtreecommitdiff
path: root/riscos/save.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/save.h')
-rw-r--r--riscos/save.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/riscos/save.h b/riscos/save.h
index 0c917664a..6b83c7af1 100644
--- a/riscos/save.h
+++ b/riscos/save.h
@@ -25,9 +25,10 @@
#include <stdbool.h>
#include "oslib/wimp.h"
-#include "desktop/gui.h"
-void gui_drag_save_object(struct gui_window *g, hlcache_handle *c, gui_save_type save_type);
+struct hlcache_handle;
+
+void gui_drag_save_object(struct gui_window *g, struct hlcache_handle *c, gui_save_type save_type);
void gui_drag_save_selection(struct gui_window *g, const char *selection);
wimp_w ro_gui_saveas_create(const char *template_name);