mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
style: Sort
This commit is contained in:
parent
fa1e5de2db
commit
fa2d611bed
3 changed files with 5 additions and 5 deletions
|
|
@ -123,7 +123,6 @@ BITCOIN_CORE_H = \
|
|||
bech32.h \
|
||||
blockencodings.h \
|
||||
blockfilter.h \
|
||||
common/bloom.h \
|
||||
chain.h \
|
||||
chainparams.h \
|
||||
chainparamsbase.h \
|
||||
|
|
@ -131,6 +130,7 @@ BITCOIN_CORE_H = \
|
|||
checkqueue.h \
|
||||
clientversion.h \
|
||||
coins.h \
|
||||
common/bloom.h \
|
||||
compat.h \
|
||||
compat/assumptions.h \
|
||||
compat/byteswap.h \
|
||||
|
|
@ -538,9 +538,9 @@ libbitcoin_common_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|||
libbitcoin_common_a_SOURCES = \
|
||||
base58.cpp \
|
||||
bech32.cpp \
|
||||
common/bloom.cpp \
|
||||
chainparams.cpp \
|
||||
coins.cpp \
|
||||
common/bloom.cpp \
|
||||
compressor.cpp \
|
||||
core_read.cpp \
|
||||
core_write.cpp \
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@
|
|||
#ifndef BITCOIN_MERKLEBLOCK_H
|
||||
#define BITCOIN_MERKLEBLOCK_H
|
||||
|
||||
#include <common/bloom.h>
|
||||
#include <primitives/block.h>
|
||||
#include <serialize.h>
|
||||
#include <uint256.h>
|
||||
#include <primitives/block.h>
|
||||
#include <common/bloom.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@
|
|||
#define BITCOIN_NET_H
|
||||
|
||||
#include <addrman.h>
|
||||
#include <common/bloom.h>
|
||||
#include <chainparams.h>
|
||||
#include <common/bloom.h>
|
||||
#include <compat.h>
|
||||
#include <consensus/amount.h>
|
||||
#include <crypto/siphash.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue