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. --- windows/download.c | 2 +- windows/schedule.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'windows') diff --git a/windows/download.c b/windows/download.c index e1641bae3..110c27280 100644 --- a/windows/download.c +++ b/windows/download.c @@ -17,13 +17,13 @@ */ #include -#include #include "utils/config.h" #include #include +#include "utils/sys_time.h" #include "utils/log.h" #include "utils/messages.h" #include "utils/url.h" diff --git a/windows/schedule.c b/windows/schedule.c index eb9ed3bc4..249e60e27 100644 --- a/windows/schedule.c +++ b/windows/schedule.c @@ -16,9 +16,9 @@ * along with this program. If not, see . */ -#include #include +#include "utils/sys_time.h" #include "utils/log.h" #include "utils/utils.h" #include "utils/errors.h" -- cgit v1.2.3