diff options
author | Ben Woosley <ben.woosley@gmail.com> | 2020-02-28 14:56:37 -0800 |
---|---|---|
committer | Ben Woosley <ben.woosley@gmail.com> | 2020-02-28 14:56:49 -0800 |
commit | d36146009fb3fc9b9a772823b4df139a85173481 (patch) | |
tree | c6192416b44e59442f448a4436034294395fa5f1 /src | |
parent | eca4d8ef6afff6706d8626f72345768b1f78f630 (diff) |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/randomenv.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/randomenv.cpp b/src/randomenv.cpp index 27f5b1b082..8b3d478529 100644 --- a/src/randomenv.cpp +++ b/src/randomenv.cpp @@ -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 |