From 49f333282279cc22fa8af7423447973b9dcfeee9 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 20 Feb 2012 21:12:29 +0000 Subject: Remove get_nanoseconds_clock as we'll rely on std::chrono's high resolution clock for this in C++11. Now that the only remaining function in time.h is calendar_point, rename the header to calendar.h. Hopefully that last use will go away once a TR2 datetime library becomes available. Use std::chrono inside the library benchmark code. --- src/cert/cvc/asn1_eac_tm.cpp | 2 +- src/cert/cvc/cvc_self.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cert/cvc') diff --git a/src/cert/cvc/asn1_eac_tm.cpp b/src/cert/cvc/asn1_eac_tm.cpp index ec5ac429e..12221b582 100644 --- a/src/cert/cvc/asn1_eac_tm.cpp +++ b/src/cert/cvc/asn1_eac_tm.cpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include namespace Botan { diff --git a/src/cert/cvc/cvc_self.cpp b/src/cert/cvc/cvc_self.cpp index 1646adeef..61a1e7b64 100644 --- a/src/cert/cvc/cvc_self.cpp +++ b/src/cert/cvc/cvc_self.cpp @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3