From 836ea5679e5a817e0c6a2654d5a29a053a602593 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 19 Apr 2016 09:16:09 +0100 Subject: move sys/time.h support functionality out of generic header The utils header is a large collection of functionality for several system headers and API. This splits out the ones from sys/time.h into a separate header reducing the need for many unconnected source files to include the system header unecessarily. --- riscos/download.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos') diff --git a/riscos/download.c b/riscos/download.c index 659587455..851f0aecc 100644 --- a/riscos/download.c +++ b/riscos/download.c @@ -32,7 +32,6 @@ #include #include -#include #include #include #include @@ -46,6 +45,7 @@ #include "oslib/wimp.h" #include "oslib/wimpspriteop.h" +#include "utils/sys_time.h" #include "utils/nsoption.h" #include "utils/log.h" #include "utils/messages.h" -- cgit v1.2.3