From 6b41bd8eb5fdb34a4d657cefefd8014e3c36115b Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 11 Jun 2019 16:08:42 +0800 Subject: [PATCH] Delete more include string.h --- src/crypto/slow-hash.c | 1 - 1 file changed, 1 deletion(-) 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 -#include #define MEMORY (1 << 21) // 2MB scratchpad #define ITER (1 << 20)