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 = \
123
123
bech32.h \
124
124
blockencodings.h \
125
125
blockfilter.h \
126
- common/bloom.h \
127
126
chain.h \
128
127
chainparams.h \
129
128
chainparamsbase.h \
130
129
chainparamsseeds.h \
131
130
checkqueue.h \
132
131
clientversion.h \
133
132
coins.h \
133
+ common/bloom.h \
134
134
compat.h \
135
135
compat/assumptions.h \
136
136
compat/byteswap.h \
@@ -538,9 +538,9 @@ libbitcoin_common_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
538
538
libbitcoin_common_a_SOURCES = \
539
539
base58.cpp \
540
540
bech32.cpp \
541
- common/bloom.cpp \
542
541
chainparams.cpp \
543
542
coins.cpp \
543
+ common/bloom.cpp \
544
544
compressor.cpp \
545
545
core_read.cpp \
546
546
core_write.cpp \
Original file line number Diff line number Diff line change 6
6
#ifndef BITCOIN_MERKLEBLOCK_H
7
7
#define BITCOIN_MERKLEBLOCK_H
8
8
9
+ #include < common/bloom.h>
10
+ #include < primitives/block.h>
9
11
#include < serialize.h>
10
12
#include < uint256.h>
11
- #include < primitives/block.h>
12
- #include < common/bloom.h>
13
13
14
14
#include < vector>
15
15
Original file line number Diff line number Diff line change 7
7
#define BITCOIN_NET_H
8
8
9
9
#include < addrman.h>
10
- #include < common/bloom.h>
11
10
#include < chainparams.h>
11
+ #include < common/bloom.h>
12
12
#include < compat.h>
13
13
#include < consensus/amount.h>
14
14
#include < crypto/siphash.h>
You can’t perform that action at this time.
0 commit comments