Drop unused mach time headers

Now that we're no longer special-casing clock usage for MacOS, we're
not referencing anything defined in these headers.
pull/764/head
Ben Woosley 5 years ago
parent eca4d8ef6a
commit d36146009f
No known key found for this signature in database
GPG Key ID: 6EE5F3785F78B345

@ -38,11 +38,6 @@
#include <sys/utsname.h>
#include <unistd.h>
#endif
#ifdef __MACH__
#include <mach/clock.h>
#include <mach/mach.h>
#include <mach/mach_time.h>
#endif
#if HAVE_DECL_GETIFADDRS
#include <ifaddrs.h>
#endif

Loading…
Cancel
Save