From: Sebastian Rasmussen Date: Sat, 6 Dec 2014 18:03:04 +0000 (+0100) Subject: check: Fix compilation error for iOS X-Git-Tag: 1.6.1~640 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb6ea425b01f39539d4addc62673d66c477395ab;p=platform%2Fupstream%2Fgstreamer.git 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 --- 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