From d36146009fb3fc9b9a772823b4df139a85173481 Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Fri, 28 Feb 2020 14:56:37 -0800 Subject: [PATCH] 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. --- src/randomenv.cpp | 5 ----- 1 file changed, 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 #include #endif -#ifdef __MACH__ -#include -#include -#include -#endif #if HAVE_DECL_GETIFADDRS #include #endif