diff options
Diffstat (limited to 'src/lib/hash/rmd160/rmd160.cpp')
-rw-r--r-- | src/lib/hash/rmd160/rmd160.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/hash/rmd160/rmd160.cpp b/src/lib/hash/rmd160/rmd160.cpp index 2fa8f84d0..6bce844b3 100644 --- a/src/lib/hash/rmd160/rmd160.cpp +++ b/src/lib/hash/rmd160/rmd160.cpp @@ -5,9 +5,9 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#include <botan/rmd160.h> -#include <botan/loadstor.h> -#include <botan/rotate.h> +#include <botan/internal/rmd160.h> +#include <botan/internal/loadstor.h> +#include <botan/internal/rotate.h> namespace Botan { |