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.
This commit is contained in:
Ben Woosley 2020-02-28 14:56:37 -08:00
parent eca4d8ef6a
commit d36146009f
No known key found for this signature in database
GPG key ID: 6EE5F3785F78B345

View file

@ -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