diff options
| author | Your Name <you@example.com> | 2019-06-11 16:08:42 +0800 |
|---|---|---|
| committer | Your Name <you@example.com> | 2019-06-11 16:08:42 +0800 |
| commit | 6b41bd8eb5fdb34a4d657cefefd8014e3c36115b (patch) | |
| tree | e32056eb5de41a6cf52980cb07801b669d5a7b1a /src | |
| parent | 51766d026bb0337d7bff17f1e3c0c403b21eaefd (diff) | |
| download | monzero-core-6b41bd8eb5fdb34a4d657cefefd8014e3c36115b.tar.gz monzero-core-6b41bd8eb5fdb34a4d657cefefd8014e3c36115b.tar.xz monzero-core-6b41bd8eb5fdb34a4d657cefefd8014e3c36115b.zip | |
Delete more include string.h
Diffstat (limited to 'src')
| -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 7f36c9dc3..bbda20630 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) |
