diff options
Diffstat (limited to 'src/engine/gnump/gmp_dsa.cpp')
-rw-r--r-- | src/engine/gnump/gmp_dsa.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/gnump/gmp_dsa.cpp b/src/engine/gnump/gmp_dsa.cpp index 69a9c3e9c..b350a2075 100644 --- a/src/engine/gnump/gmp_dsa.cpp +++ b/src/engine/gnump/gmp_dsa.cpp @@ -5,8 +5,8 @@ * Distributed under the terms of the Botan license */ -#include <botan/eng_gmp.h> -#include <botan/gmp_wrap.h> +#include <botan/internal/gnump_engine.h> +#include <botan/internal/gmp_wrap.h> #include <gmp.h> namespace Botan { |