diff --git a/src/bloom.h b/src/bloom.h --- a/src/bloom.h +++ b/src/bloom.h @@ -5,7 +5,7 @@ #ifndef BITCOIN_BLOOM_H #define BITCOIN_BLOOM_H -#include "serialize.h" +#include #include #include diff --git a/src/cashaddr.cpp b/src/cashaddr.cpp --- a/src/cashaddr.cpp +++ b/src/cashaddr.cpp @@ -3,7 +3,7 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include "cashaddr.h" +#include namespace { diff --git a/src/cashaddrenc.h b/src/cashaddrenc.h --- a/src/cashaddrenc.h +++ b/src/cashaddrenc.h @@ -4,7 +4,7 @@ #ifndef BITCOIN_CASHADDRENC_H #define BITCOIN_CASHADDRENC_H -#include "script/standard.h" +#include