aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/numbertheory
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-01-30 01:18:20 +0000
committerlloyd <[email protected]>2012-01-30 01:18:20 +0000
commit83c5eb0bde3efe7025d52ec5d6cfdf05415814fc (patch)
tree9a3c174961cb64fbf26654f135a9f8402f7c6255 /src/math/numbertheory
parent4363e752c826cf5519967561d9e7be4456aadf3c (diff)
Remove debug printfs, stdio includes
Diffstat (limited to 'src/math/numbertheory')
-rw-r--r--src/math/numbertheory/numthry.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/math/numbertheory/numthry.cpp b/src/math/numbertheory/numthry.cpp
index 16fa8ca0c..c7896c17a 100644
--- a/src/math/numbertheory/numthry.cpp
+++ b/src/math/numbertheory/numthry.cpp
@@ -10,8 +10,6 @@
#include <botan/internal/bit_ops.h>
#include <algorithm>
-#include <stdio.h>
-
namespace Botan {
namespace {