Skip to content

Commit fa2d611

Browse files
author
MarcoFalke
committed
style: Sort
1 parent fa1e5de commit fa2d611

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
538538
libbitcoin_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 \

src/merkleblock.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
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

src/net.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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>

0 commit comments

Comments
 (0)