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.h | |
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.h')
-rw-r--r-- | src/math/gfpmath/curve_gfp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/gfpmath/curve_gfp.h b/src/math/gfpmath/curve_gfp.h index 90d64b45d..81cf6ce51 100644 --- a/src/math/gfpmath/curve_gfp.h +++ b/src/math/gfpmath/curve_gfp.h @@ -14,7 +14,7 @@ #include <botan/bigint.h> #include <botan/gfp_element.h> -#include <iostream> +#include <iosfwd> namespace Botan { |