diff options
Diffstat (limited to 'src/lib/math/numbertheory/numthry.cpp')
-rw-r--r-- | src/lib/math/numbertheory/numthry.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/math/numbertheory/numthry.cpp b/src/lib/math/numbertheory/numthry.cpp index 06d837801..f8e1ae8d9 100644 --- a/src/lib/math/numbertheory/numthry.cpp +++ b/src/lib/math/numbertheory/numthry.cpp @@ -7,8 +7,8 @@ #include <botan/numthry.h> #include <botan/reducer.h> -#include <botan/monty.h> -#include <botan/divide.h> +#include <botan/internal/monty.h> +#include <botan/internal/divide.h> #include <botan/rng.h> #include <botan/internal/ct_utils.h> #include <botan/internal/mp_core.h> |