check: Fix compilation error for iOS
authorSebastian Rasmussen <sebras@hotmail.com>
Sat, 6 Dec 2014 18:03:04 +0000 (19:03 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 6 Dec 2014 18:46:29 +0000 (19:46 +0100)
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

index 3bce056..0baa1f5 100644 (file)
@@ -4,7 +4,6 @@
 #include <mach/clock.h>
 #include <mach/mach.h>
 #include <mach/mach_time.h>
-#include <CoreServices/CoreServices.h>
 #include <unistd.h>
 #endif