From 1f62b5a980020b0e5df0e68cb476083ba2dc1fe5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 1 Feb 2014 10:45:20 +0000 Subject: make the clipboard operation table and members static to textselection module and cleanup unnecessary includes --- riscos/textselection.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/textselection.h') diff --git a/riscos/textselection.h b/riscos/textselection.h index a4f436ddc..400e3dd26 100644 --- a/riscos/textselection.h +++ b/riscos/textselection.h @@ -24,7 +24,8 @@ #define _NETSURF_RISCOS_TEXTSELECTION_H_ #include "oslib/wimp.h" -#include "desktop/gui.h" + +struct gui_clipboard_table *riscos_clipboard_table; void gui_start_selection(struct gui_window *g); -- cgit v1.2.3