aboutsummaryrefslogtreecommitdiffstats
path: root/src/math
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-13 07:53:03 +0000
committerlloyd <[email protected]>2010-03-13 07:53:03 +0000
commitd53a844e81e6785d3e76b33b9a9e95a98abaad01 (patch)
tree06a385264a1d5bd883eddbd1441198af56a278ee /src/math
parent7713075883fe29679531ba0b3aef2a588de5a0b2 (diff)
Kill stdio include
Diffstat (limited to 'src/math')
-rw-r--r--src/math/numbertheory/point_gfp.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/math/numbertheory/point_gfp.cpp b/src/math/numbertheory/point_gfp.cpp
index fd7f828c7..723fb473b 100644
--- a/src/math/numbertheory/point_gfp.cpp
+++ b/src/math/numbertheory/point_gfp.cpp
@@ -13,8 +13,6 @@
#include <botan/mp_asmi.h>
#include <botan/mp_core.h>
-#include <stdio.h>
-
namespace Botan {
PointGFp::PointGFp(const CurveGFp& curve) :