diff options
author | Jack Lloyd <[email protected]> | 2017-01-20 07:19:18 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-20 07:19:18 -0500 |
commit | bdb811a87255920dc672e3d6ea08793a95736422 (patch) | |
tree | c70149e9ff57a6a812f0b87b4c1c4bbf55fd0b04 /src/lib | |
parent | bafeb0d590006063e522dd31812633c29167513a (diff) |
Remove unused iostream include
[ci skip]
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/math/numbertheory/powm_mnt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/math/numbertheory/powm_mnt.cpp b/src/lib/math/numbertheory/powm_mnt.cpp index ad3038e5d..e45816950 100644 --- a/src/lib/math/numbertheory/powm_mnt.cpp +++ b/src/lib/math/numbertheory/powm_mnt.cpp @@ -9,7 +9,6 @@ #include <botan/internal/def_powm.h> #include <botan/numthry.h> #include <botan/internal/mp_core.h> -#include <iostream> namespace Botan { |