mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
style: Sort
This commit is contained in:
@@ -123,7 +123,6 @@ BITCOIN_CORE_H = \
|
|||||||
bech32.h \
|
bech32.h \
|
||||||
blockencodings.h \
|
blockencodings.h \
|
||||||
blockfilter.h \
|
blockfilter.h \
|
||||||
common/bloom.h \
|
|
||||||
chain.h \
|
chain.h \
|
||||||
chainparams.h \
|
chainparams.h \
|
||||||
chainparamsbase.h \
|
chainparamsbase.h \
|
||||||
@@ -131,6 +130,7 @@ BITCOIN_CORE_H = \
|
|||||||
checkqueue.h \
|
checkqueue.h \
|
||||||
clientversion.h \
|
clientversion.h \
|
||||||
coins.h \
|
coins.h \
|
||||||
|
common/bloom.h \
|
||||||
compat.h \
|
compat.h \
|
||||||
compat/assumptions.h \
|
compat/assumptions.h \
|
||||||
compat/byteswap.h \
|
compat/byteswap.h \
|
||||||
@@ -538,9 +538,9 @@ libbitcoin_common_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|||||||
libbitcoin_common_a_SOURCES = \
|
libbitcoin_common_a_SOURCES = \
|
||||||
base58.cpp \
|
base58.cpp \
|
||||||
bech32.cpp \
|
bech32.cpp \
|
||||||
common/bloom.cpp \
|
|
||||||
chainparams.cpp \
|
chainparams.cpp \
|
||||||
coins.cpp \
|
coins.cpp \
|
||||||
|
common/bloom.cpp \
|
||||||
compressor.cpp \
|
compressor.cpp \
|
||||||
core_read.cpp \
|
core_read.cpp \
|
||||||
core_write.cpp \
|
core_write.cpp \
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
#ifndef BITCOIN_MERKLEBLOCK_H
|
#ifndef BITCOIN_MERKLEBLOCK_H
|
||||||
#define BITCOIN_MERKLEBLOCK_H
|
#define BITCOIN_MERKLEBLOCK_H
|
||||||
|
|
||||||
|
#include <common/bloom.h>
|
||||||
|
#include <primitives/block.h>
|
||||||
#include <serialize.h>
|
#include <serialize.h>
|
||||||
#include <uint256.h>
|
#include <uint256.h>
|
||||||
#include <primitives/block.h>
|
|
||||||
#include <common/bloom.h>
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
#define BITCOIN_NET_H
|
#define BITCOIN_NET_H
|
||||||
|
|
||||||
#include <addrman.h>
|
#include <addrman.h>
|
||||||
#include <common/bloom.h>
|
|
||||||
#include <chainparams.h>
|
#include <chainparams.h>
|
||||||
|
#include <common/bloom.h>
|
||||||
#include <compat.h>
|
#include <compat.h>
|
||||||
#include <consensus/amount.h>
|
#include <consensus/amount.h>
|
||||||
#include <crypto/siphash.h>
|
#include <crypto/siphash.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user