diff options
Diffstat (limited to 'src/crypto/chacha20poly1305.h')
-rw-r--r-- | src/crypto/chacha20poly1305.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/chacha20poly1305.h b/src/crypto/chacha20poly1305.h index dc8fb1cc13..a847c258ef 100644 --- a/src/crypto/chacha20poly1305.h +++ b/src/crypto/chacha20poly1305.h @@ -6,7 +6,6 @@ #define BITCOIN_CRYPTO_CHACHA20POLY1305_H #include <cstddef> -#include <cstdlib> #include <stdint.h> #include <crypto/chacha20.h> |