aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorDaniel Neus <[email protected]>2017-01-06 15:39:56 +0100
committerDaniel Neus <[email protected]>2017-01-06 15:39:56 +0100
commit729c41753ad1ddf9f4feb337c0408896a7de91c6 (patch)
treed048e11399aa014812e1594cf9d1765a87a5a34d /src/lib
parenta1d25be46c86f37ad1b6b6cf00ee18b2f7dd5456 (diff)
Remove obsolete hres_timer include
module doesn't exist anymore
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/entropy/entropy_srcs.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/entropy/entropy_srcs.cpp b/src/lib/entropy/entropy_srcs.cpp
index bc99c2400..e9167873f 100644
--- a/src/lib/entropy/entropy_srcs.cpp
+++ b/src/lib/entropy/entropy_srcs.cpp
@@ -8,10 +8,6 @@
#include <botan/entropy_src.h>
#include <botan/rng.h>
-#if defined(BOTAN_HAS_ENTROPY_SRC_HIGH_RESOLUTION_TIMER)
- #include <botan/internal/hres_timer.h>
-#endif
-
#if defined(BOTAN_HAS_ENTROPY_SRC_RDRAND)
#include <botan/internal/rdrand.h>
#endif