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

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