From fb6ea425b01f39539d4addc62673d66c477395ab Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sat, 6 Dec 2014 19:03:04 +0100 Subject: [PATCH] check: Fix compilation error for iOS libcheck includes CoreServices for its compat for clock_gettime(), even though it never uses anything it declares. Let's remove it. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=727826 --- libs/gst/check/libcheck/clock_gettime.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/gst/check/libcheck/clock_gettime.c b/libs/gst/check/libcheck/clock_gettime.c index 3bce056..0baa1f5 100644 --- a/libs/gst/check/libcheck/clock_gettime.c +++ b/libs/gst/check/libcheck/clock_gettime.c @@ -4,7 +4,6 @@ #include #include #include -#include #include #endif -- 2.7.4