aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/sha3/sha3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/hash/sha3/sha3.cpp')
-rw-r--r--src/lib/hash/sha3/sha3.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/hash/sha3/sha3.cpp b/src/lib/hash/sha3/sha3.cpp
index 690c2b264..314b92ded 100644
--- a/src/lib/hash/sha3/sha3.cpp
+++ b/src/lib/hash/sha3/sha3.cpp
@@ -5,9 +5,9 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#include <botan/sha3.h>
-#include <botan/loadstor.h>
-#include <botan/rotate.h>
+#include <botan/internal/sha3.h>
+#include <botan/internal/loadstor.h>
+#include <botan/internal/rotate.h>
#include <botan/exceptn.h>
#include <botan/cpuid.h>