aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha256_avx2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/sha256_avx2.cpp')
-rw-r--r--src/crypto/sha256_avx2.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/sha256_avx2.cpp b/src/crypto/sha256_avx2.cpp
index 068e0e5ff6..90a72516a4 100644
--- a/src/crypto/sha256_avx2.cpp
+++ b/src/crypto/sha256_avx2.cpp
@@ -3,7 +3,6 @@
#include <stdint.h>
#include <immintrin.h>
-#include <crypto/sha256.h>
#include <crypto/common.h>
namespace sha256d64_avx2 {