Skip to content

Commit d361460

Browse files
committed
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.
1 parent eca4d8e commit d361460

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/randomenv.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@
3838
#include <sys/utsname.h>
3939
#include <unistd.h>
4040
#endif
41-
#ifdef __MACH__
42-
#include <mach/clock.h>
43-
#include <mach/mach.h>
44-
#include <mach/mach_time.h>
45-
#endif
4641
#if HAVE_DECL_GETIFADDRS
4742
#include <ifaddrs.h>
4843
#endif

0 commit comments

Comments
 (0)