aboutsummaryrefslogtreecommitdiff
path: root/src/randomenv.cpp
diff options
context:
space:
mode:
authorBen Woosley <ben.woosley@gmail.com>2020-02-28 14:56:37 -0800
committerBen Woosley <ben.woosley@gmail.com>2020-02-28 14:56:49 -0800
commitd36146009fb3fc9b9a772823b4df139a85173481 (patch)
treec6192416b44e59442f448a4436034294395fa5f1 /src/randomenv.cpp
parenteca4d8ef6afff6706d8626f72345768b1f78f630 (diff)
downloadbitcoin-d36146009fb3fc9b9a772823b4df139a85173481.tar.xz
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/randomenv.cpp')
-rw-r--r--src/randomenv.cpp5
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