aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-01-20 07:19:18 -0500
committerJack Lloyd <[email protected]>2017-01-20 07:19:18 -0500
commitbdb811a87255920dc672e3d6ea08793a95736422 (patch)
treec70149e9ff57a6a812f0b87b4c1c4bbf55fd0b04 /src/lib
parentbafeb0d590006063e522dd31812633c29167513a (diff)
Remove unused iostream include
[ci skip]
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/math/numbertheory/powm_mnt.cpp1
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 {