diff options
author | lloyd <[email protected]> | 2009-07-11 15:35:59 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-11 15:35:59 +0000 |
commit | 084b27a031f465373cc04f7ae95077f74fbce363 (patch) | |
tree | 7e97196afbb64823e995b440048232fbd3ebc990 /src/math/gfpmath/curve_gfp.cpp | |
parent | b7b1d9a4371d5f4481437f1e21fa0c993938c912 (diff) |
Remove unnecessary includes of <iostream>; either delete entirely as not
needed, or replace with <iosfwd> or <ostream> where necessary.
Diffstat (limited to 'src/math/gfpmath/curve_gfp.cpp')
-rw-r--r-- | src/math/gfpmath/curve_gfp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/gfpmath/curve_gfp.cpp b/src/math/gfpmath/curve_gfp.cpp index 37555ea06..e12ade081 100644 --- a/src/math/gfpmath/curve_gfp.cpp +++ b/src/math/gfpmath/curve_gfp.cpp @@ -10,6 +10,7 @@ #include <botan/curve_gfp.h> #include <botan/bigint.h> #include <assert.h> +#include <ostream> namespace Botan { |