aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1/asn1_tm.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-13 21:27:28 +0000
committerlloyd <[email protected]>2009-10-13 21:27:28 +0000
commit92f31b22dfe2aa1b2bde84cbaf4ce7365fa4ec68 (patch)
tree05696295d78dee44d115611ac9342666a9a34dd7 /src/asn1/asn1_tm.cpp
parentf1980faa1240116b069de2dbbe36353765422b39 (diff)
Attic-ize all of src/timer, except for time_t_to_tm and system_time
(which will go later) which will live in the new time.h
Diffstat (limited to 'src/asn1/asn1_tm.cpp')
-rw-r--r--src/asn1/asn1_tm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asn1/asn1_tm.cpp b/src/asn1/asn1_tm.cpp
index 09bc4d347..c57d1bc73 100644
--- a/src/asn1/asn1_tm.cpp
+++ b/src/asn1/asn1_tm.cpp
@@ -10,7 +10,7 @@
#include <botan/ber_dec.h>
#include <botan/charset.h>
#include <botan/parsing.h>
-#include <botan/timer.h>
+#include <botan/time.h>
namespace Botan {