blob: 7019bc6d563beb49c7de38b4b7bc146ba161dfa9 [file] [log] [blame]
--- libcxx/src/chrono.cpp
+++ libcxx/src/chrono.cpp
@@ -48,10 +48,6 @@
# include <zircon/syscalls.h>
#endif
-#if __has_include(<mach/mach_time.h>)
-# include <mach/mach_time.h>
-#endif
-
#if defined(__ELF__) && defined(_LIBCPP_LINK_RT_LIB)
# pragma comment(lib, "rt")
#endif