style-only: Rearrange using decls after scripted-diff

This commit is contained in:
Carl Dong 2022-02-17 22:02:48 -05:00
parent f329a9298c
commit faa52387e8
3 changed files with 7 additions and 4 deletions

View file

@ -14,8 +14,9 @@
using kernel::CCoinsStats;
using kernel::GetBogoSize;
using node::ReadBlockFromDisk;
using kernel::TxOutSer;
using node::ReadBlockFromDisk;
using node::UndoReadFromDisk;
static constexpr uint8_t DB_BLOCK_HASH{'s'};

View file

@ -51,9 +51,10 @@
#include <memory>
#include <mutex>
using node::BlockManager;
using kernel::CCoinsStats;
using kernel::CoinStatsHashType;
using node::BlockManager;
using node::GetUTXOStats;
using node::NodeContext;
using node::ReadBlockFromDisk;

View file

@ -58,13 +58,14 @@
#include <optional>
#include <string>
using kernel::CCoinsStats;
using kernel::CoinStatsHashType;
using node::BLOCKFILE_CHUNK_SIZE;
using node::BlockManager;
using node::BlockMap;
using node::CBlockIndexHeightOnlyComparator;
using node::CBlockIndexWorkComparator;
using kernel::CCoinsStats;
using kernel::CoinStatsHashType;
using node::fImporting;
using node::fPruneMode;
using node::fReindex;