diff options
author | lloyd <[email protected]> | 2009-12-01 15:36:30 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-01 15:36:30 +0000 |
commit | 29e9b23500d101f01988a33e8f1a6aaab39d5f7d (patch) | |
tree | 28fdc5244d6b618b09a4b0d80fd1708a56401e77 /src/entropy/hres_timer | |
parent | 9ffe4441271ff41fd33fc3965c191e62bce36453 (diff) |
Most files including <botan/time.h> actually just needed <chrono>
Clean up implementation of calendar_value() a bit
Diffstat (limited to 'src/entropy/hres_timer')
-rw-r--r-- | src/entropy/hres_timer/hres_timer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/entropy/hres_timer/hres_timer.cpp b/src/entropy/hres_timer/hres_timer.cpp index 74ea801c4..0f75583ef 100644 --- a/src/entropy/hres_timer/hres_timer.cpp +++ b/src/entropy/hres_timer/hres_timer.cpp @@ -7,7 +7,6 @@ #include <botan/hres_timer.h> #include <botan/cpuid.h> -#include <botan/time.h> #if defined(BOTAN_TARGET_OS_IS_WINDOWS) #include <windows.h> |