aboutsummaryrefslogtreecommitdiffstats
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
parent75f32d61c6a78e4e63cfadd084730f20b5896493 (diff)
Remove unneeded iostream/stdio includes
-rw-r--r--src/benchmark/benchmark.cpp2
-rw-r--r--src/pubkey/ecdsa/ecdsa_op.cpp3
2 files changed, 0 insertions, 5 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 {
diff --git a/src/pubkey/ecdsa/ecdsa_op.cpp b/src/pubkey/ecdsa/ecdsa_op.cpp
index afa7d52bd..7bbeded73 100644
--- a/src/pubkey/ecdsa/ecdsa_op.cpp
+++ b/src/pubkey/ecdsa/ecdsa_op.cpp
@@ -9,9 +9,6 @@
#include <botan/ecdsa_op.h>
#include <botan/numthry.h>
-#include <stdio.h>
-#include <iostream>
-
namespace Botan {
Default_ECDSA_Op::Default_ECDSA_Op(const EC_Domain_Params& domain,