aboutsummaryrefslogtreecommitdiffstats
path: root/src/benchmark/benchmark.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-12-21 13:58:51 +0000
committerlloyd <[email protected]>2009-12-21 13:58:51 +0000
commitd18ba1298708c164820187b93f07b46547b74226 (patch)
tree4bdae029647f45375ea2c1f2fe5c32ad6e7bef6e /src/benchmark/benchmark.cpp
parent75f32d61c6a78e4e63cfadd084730f20b5896493 (diff)
Remove unneeded iostream/stdio includes
Diffstat (limited to 'src/benchmark/benchmark.cpp')
-rw-r--r--src/benchmark/benchmark.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/benchmark/benchmark.cpp b/src/benchmark/benchmark.cpp
index b6060412e..01f6b99da 100644
--- a/src/benchmark/benchmark.cpp
+++ b/src/benchmark/benchmark.cpp
@@ -14,8 +14,6 @@
#include <botan/time.h>
#include <memory>
-#include <iostream>
-
namespace Botan {
namespace {