diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-07-24 14:39:40 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-07-24 14:39:40 -0500 |
commit | bb37e434fc306e19aa2097977a78de0f15054063 (patch) | |
tree | 3679f3360adeeb6ced9fb8594a36d76d7801ce72 /src/crypto/slow-hash.c | |
parent | Merge pull request #5623 (diff) | |
parent | Delete more include string.h (diff) | |
download | monero-bb37e434fc306e19aa2097977a78de0f15054063.tar.xz |
Merge pull request #5624
6b41bd8 Delete more include string.h (wepeng)
Diffstat (limited to 'src/crypto/slow-hash.c')
-rw-r--r-- | src/crypto/slow-hash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c index 13835c823..1fa819b57 100644 --- a/src/crypto/slow-hash.c +++ b/src/crypto/slow-hash.c @@ -43,7 +43,6 @@ #include "CryptonightR_JIT.h" #include <errno.h> -#include <string.h> #define MEMORY (1 << 21) // 2MB scratchpad #define ITER (1 << 20) |