File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -123,14 +123,14 @@ BITCOIN_CORE_H = \
123123 bech32.h \
124124 blockencodings.h \
125125 blockfilter.h \
126- common/bloom.h \
127126 chain.h \
128127 chainparams.h \
129128 chainparamsbase.h \
130129 chainparamsseeds.h \
131130 checkqueue.h \
132131 clientversion.h \
133132 coins.h \
133+ common/bloom.h \
134134 compat.h \
135135 compat/assumptions.h \
136136 compat/byteswap.h \
@@ -538,9 +538,9 @@ libbitcoin_common_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
538538libbitcoin_common_a_SOURCES = \
539539 base58.cpp \
540540 bech32.cpp \
541- common/bloom.cpp \
542541 chainparams.cpp \
543542 coins.cpp \
543+ common/bloom.cpp \
544544 compressor.cpp \
545545 core_read.cpp \
546546 core_write.cpp \
Original file line number Diff line number Diff line change 66#ifndef BITCOIN_MERKLEBLOCK_H
77#define BITCOIN_MERKLEBLOCK_H
88
9+ #include < common/bloom.h>
10+ #include < primitives/block.h>
911#include < serialize.h>
1012#include < uint256.h>
11- #include < primitives/block.h>
12- #include < common/bloom.h>
1313
1414#include < vector>
1515
Original file line number Diff line number Diff line change 77#define BITCOIN_NET_H
88
99#include < addrman.h>
10- #include < common/bloom.h>
1110#include < chainparams.h>
11+ #include < common/bloom.h>
1212#include < compat.h>
1313#include < consensus/amount.h>
1414#include < crypto/siphash.h>
You can’t perform that action at this time.
0 commit comments