aboutsummaryrefslogtreecommitdiffstats
path: root/src/benchmark
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-11 20:56:49 +0000
committerlloyd <[email protected]>2008-11-11 20:56:49 +0000
commit6eff33ae263109ccbbeb32bd0ffb25c77140cc45 (patch)
treec7b3b3628db0e0c2aa82ec750bd210cf7a54593c /src/benchmark
parent8986f83af617d76e54ae40348d0a77ea1e5e51e4 (diff)
Rename timers.h to timer.h
Diffstat (limited to 'src/benchmark')
-rw-r--r--src/benchmark/benchmark.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark/benchmark.h b/src/benchmark/benchmark.h
index 176b038d9..a8193d72d 100644
--- a/src/benchmark/benchmark.h
+++ b/src/benchmark/benchmark.h
@@ -7,7 +7,7 @@
#define BOTAN_RUNTIME_BENCHMARK_H__
#include <botan/algo_factory.h>
-#include <botan/timers.h>
+#include <botan/timer.h>
#include <botan/rng.h>
#include <map>
#include <string>