aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint/big_ops3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/bigint/big_ops3.cpp')
-rw-r--r--src/math/bigint/big_ops3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math/bigint/big_ops3.cpp b/src/math/bigint/big_ops3.cpp
index ad8b7bbd0..b92b71543 100644
--- a/src/math/bigint/big_ops3.cpp
+++ b/src/math/bigint/big_ops3.cpp
@@ -7,8 +7,8 @@
#include <botan/bigint.h>
#include <botan/divide.h>
-#include <botan/mp_core.h>
-#include <botan/bit_ops.h>
+#include <botan/internal/mp_core.h>
+#include <botan/internal/bit_ops.h>
#include <algorithm>
namespace Botan {