aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/slow-hash.c
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-07-24 14:39:40 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-07-24 14:39:40 -0500
commitbb37e434fc306e19aa2097977a78de0f15054063 (patch)
tree3679f3360adeeb6ced9fb8594a36d76d7801ce72 /src/crypto/slow-hash.c
parentMerge pull request #5623 (diff)
parentDelete more include string.h (diff)
downloadmonero-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.c1
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)