diff --git a/src/crypto/sha256.cpp b/src/crypto/sha256.cpp index 89d72048084..deedc0a6d1c 100644 --- a/src/crypto/sha256.cpp +++ b/src/crypto/sha256.cpp @@ -7,8 +7,9 @@ #include #include -#include -#include +#include +#include +#include #if !defined(DISABLE_OPTIMIZED_SHA256) #include diff --git a/src/init.h b/src/init.h index ead5f5e0d21..40a5da3c0b5 100644 --- a/src/init.h +++ b/src/init.h @@ -6,9 +6,7 @@ #ifndef BITCOIN_INIT_H #define BITCOIN_INIT_H -#include -#include -#include +#include //! Default value for -daemon option static constexpr bool DEFAULT_DAEMON = false;