From a63d4cb26a2830b297288aa6acf5b69108353334 Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 23 Sep 2022 10:48:47 +0100 Subject: refactor: use over stdlib.h We currently use both. Consolidate on the former. --- src/crypto/poly1305.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto/poly1305.h') diff --git a/src/crypto/poly1305.h b/src/crypto/poly1305.h index 1598b013b9..c80faada7e 100644 --- a/src/crypto/poly1305.h +++ b/src/crypto/poly1305.h @@ -5,8 +5,8 @@ #ifndef BITCOIN_CRYPTO_POLY1305_H #define BITCOIN_CRYPTO_POLY1305_H +#include #include -#include #define POLY1305_KEYLEN 32 #define POLY1305_TAGLEN 16 -- cgit v1.2.3