aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/sha1/sha1_sse2/sha1_sse2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/hash/sha1/sha1_sse2/sha1_sse2.cpp')
-rw-r--r--src/lib/hash/sha1/sha1_sse2/sha1_sse2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/hash/sha1/sha1_sse2/sha1_sse2.cpp b/src/lib/hash/sha1/sha1_sse2/sha1_sse2.cpp
index 7371ca08f..7e60bd21c 100644
--- a/src/lib/hash/sha1/sha1_sse2/sha1_sse2.cpp
+++ b/src/lib/hash/sha1/sha1_sse2/sha1_sse2.cpp
@@ -7,8 +7,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#include <botan/sha160.h>
-#include <botan/rotate.h>
+#include <botan/internal/sha160.h>
+#include <botan/internal/rotate.h>
#include <emmintrin.h>
namespace Botan {