aboutsummaryrefslogtreecommitdiffstats
path: root/src/big_base.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-06-08 06:50:52 +0000
committerlloyd <[email protected]>2006-06-08 06:50:52 +0000
commit4a019b4ec71933e4ff24d145fdab3edaf55d6fc3 (patch)
tree730d74b296d14a1dc289563b50c1e5eb46a60ff8 /src/big_base.cpp
parentfada227a69d66ec1bafe026092642b67634bcb4f (diff)
Remove some #include's that were just there for debugging purposes.
Diffstat (limited to 'src/big_base.cpp')
-rw-r--r--src/big_base.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/big_base.cpp b/src/big_base.cpp
index 943ae0c1e..595a9f3ae 100644
--- a/src/big_base.cpp
+++ b/src/big_base.cpp
@@ -9,8 +9,6 @@
#include <botan/parsing.h>
#include <botan/util.h>
-#include <assert.h>
-
namespace Botan {
/*************************************************