aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-05 21:24:10 +0000
committerlloyd <[email protected]>2008-09-05 21:24:10 +0000
commit94c9e1847b7d72b4f6aa9c378ebd6f1d0ea76b08 (patch)
tree837f0459524543781bd70be46a6ba984d4c6991d /src
parent2d6b73b26d210a254ef222fcb49d07454cc32717 (diff)
Remove iostream include
Diffstat (limited to 'src')
-rw-r--r--src/bigint.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bigint.cpp b/src/bigint.cpp
index f23a47018..bce56cc2c 100644
--- a/src/bigint.cpp
+++ b/src/bigint.cpp
@@ -9,8 +9,6 @@
#include <botan/parsing.h>
#include <botan/util.h>
-#include <iostream>
-
namespace Botan {
/*************************************************