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