diff options
Diffstat (limited to 'src/lib/math/numbertheory')
-rw-r--r-- | src/lib/math/numbertheory/numthry.cpp | 2 | ||||
-rw-r--r-- | src/lib/math/numbertheory/numthry.h | 1 | ||||
-rw-r--r-- | src/lib/math/numbertheory/powm_fw.cpp | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/math/numbertheory/numthry.cpp b/src/lib/math/numbertheory/numthry.cpp index 961f50043..45a81daa8 100644 --- a/src/lib/math/numbertheory/numthry.cpp +++ b/src/lib/math/numbertheory/numthry.cpp @@ -6,8 +6,8 @@ */ #include <botan/numthry.h> +#include <botan/pow_mod.h> #include <botan/reducer.h> -#include <botan/rng.h> #include <botan/internal/bit_ops.h> #include <botan/internal/mp_core.h> #include <botan/internal/ct_utils.h> diff --git a/src/lib/math/numbertheory/numthry.h b/src/lib/math/numbertheory/numthry.h index 286304f7e..7d37ea1b7 100644 --- a/src/lib/math/numbertheory/numthry.h +++ b/src/lib/math/numbertheory/numthry.h @@ -9,7 +9,6 @@ #define BOTAN_NUMBER_THEORY_H_ #include <botan/bigint.h> -#include <botan/pow_mod.h> namespace Botan { diff --git a/src/lib/math/numbertheory/powm_fw.cpp b/src/lib/math/numbertheory/powm_fw.cpp index ea3f5ecf0..c4af8b012 100644 --- a/src/lib/math/numbertheory/powm_fw.cpp +++ b/src/lib/math/numbertheory/powm_fw.cpp @@ -6,7 +6,6 @@ */ #include <botan/internal/def_powm.h> -#include <botan/numthry.h> #include <vector> namespace Botan { |