summaryrefslogtreecommitdiff
path: root/riscos/window.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-03-25 00:31:45 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-03-25 00:31:45 +0000
commitc18775f4fb469dc1e60b345a9fd0f83788ffcf50 (patch)
treed93e1054f960a5a3c7af33086e95f2316d3106c1 /riscos/window.c
parent7d0b1443916345947ee72ff07ebb56493d09598e (diff)
downloadnetsurf-c18775f4fb469dc1e60b345a9fd0f83788ffcf50.tar.gz
netsurf-c18775f4fb469dc1e60b345a9fd0f83788ffcf50.tar.bz2
[project @ 2004-03-25 00:31:45 by jmb]
Make text export use stdio. Move save_text.[ch] to desktop. svn path=/import/netsurf/; revision=666
Diffstat (limited to 'riscos/window.c')
-rw-r--r--riscos/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/window.c b/riscos/window.c
index 270fcd52b..dc0547ca6 100644
--- a/riscos/window.c
+++ b/riscos/window.c
@@ -19,12 +19,12 @@
#include "oslib/wimpspriteop.h"
#include "netsurf/css/css.h"
#include "netsurf/utils/config.h"
+#include "netsurf/desktop/save_text.h"
#include "netsurf/riscos/constdata.h"
#include "netsurf/riscos/gui.h"
#include "netsurf/riscos/options.h"
#include "netsurf/riscos/save_complete.h"
#include "netsurf/riscos/save_draw.h"
-#include "netsurf/riscos/save_text.h"
#include "netsurf/riscos/theme.h"
#include "netsurf/riscos/thumbnail.h"
#include "netsurf/utils/log.h"