diff options
Diffstat (limited to 'src/crypto/sha256.cpp')
| -rw-r--r-- | src/crypto/sha256.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/sha256.cpp b/src/crypto/sha256.cpp index cab37e032..3257ee7f9 100644 --- a/src/crypto/sha256.cpp +++ b/src/crypto/sha256.cpp @@ -7,7 +7,6 @@ #include <assert.h> #include <string.h> -#include <atomic> #if defined(__x86_64__) || defined(__amd64__) || defined(__i386__) #if defined(USE_ASM) |