diff options
author | lloyd <[email protected]> | 2012-01-30 01:18:20 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-01-30 01:18:20 +0000 |
commit | 83c5eb0bde3efe7025d52ec5d6cfdf05415814fc (patch) | |
tree | 9a3c174961cb64fbf26654f135a9f8402f7c6255 /src/math/numbertheory | |
parent | 4363e752c826cf5519967561d9e7be4456aadf3c (diff) |
Remove debug printfs, stdio includes
Diffstat (limited to 'src/math/numbertheory')
-rw-r--r-- | src/math/numbertheory/numthry.cpp | 2 |
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 { |