From 7d9c9dba3610bb14c0de6acb1bdaf9ec49a66f33 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 21 Apr 2016 22:36:21 +0100 Subject: Split utils header into string functions and everything else split out the string handling API from the rest of the utils header and fix up all the fallout. --- riscos/textselection.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'riscos/textselection.c') diff --git a/riscos/textselection.c b/riscos/textselection.c index dc852a79c..38a33ef74 100644 --- a/riscos/textselection.c +++ b/riscos/textselection.c @@ -23,8 +23,9 @@ #include #include #include -#include "oslib/osfile.h" -#include "oslib/wimp.h" +#include +#include +#include #include "utils/log.h" #include "utils/utf8.h" -- cgit v1.2.3