Remove all #include // for * comments

pull/826/head
Carl Dong 3 years ago
parent 9a5a5a3d08
commit 3b1584b794

@ -34,8 +34,8 @@
#include <net_processing.h>
#include <netbase.h>
#include <node/blockstorage.h>
#include <node/caches.h> // for CalculateCacheSizes
#include <node/chainstate.h> // for LoadChainstate
#include <node/caches.h>
#include <node/chainstate.h>
#include <node/context.h>
#include <node/miner.h>
#include <node/ui_interface.h>

@ -5,8 +5,8 @@
#ifndef BITCOIN_NODE_CACHES_H
#define BITCOIN_NODE_CACHES_H
#include <cstddef> // for size_t
#include <cstdint> // for int64_t
#include <cstddef>
#include <cstdint>
class ArgsManager;

@ -4,9 +4,9 @@
#include <node/chainstate.h>
#include <consensus/params.h> // for Consensus::Params
#include <node/blockstorage.h> // for CleanupBlockRevFiles, fHavePruned, fReindex
#include <validation.h> // for a lot of things
#include <consensus/params.h>
#include <node/blockstorage.h>
#include <validation.h>
std::optional<ChainstateLoadingError> LoadChainstate(bool fReset,
ChainstateManager& chainman,

@ -5,9 +5,9 @@
#ifndef BITCOIN_NODE_CHAINSTATE_H
#define BITCOIN_NODE_CHAINSTATE_H
#include <cstdint> // for int64_t
#include <functional> // for std::function
#include <optional> // for std::optional
#include <cstdint>
#include <functional>
#include <optional>
class ChainstateManager;
namespace Consensus {

@ -17,8 +17,8 @@
#include <net_processing.h>
#include <node/miner.h>
#include <noui.h>
#include <node/blockstorage.h> // for fReindex, fPruneMode
#include <node/chainstate.h> // for LoadChainstate
#include <node/blockstorage.h>
#include <node/chainstate.h>
#include <policy/fees.h>
#include <pow.h>
#include <rpc/blockchain.h>
@ -26,7 +26,7 @@
#include <rpc/server.h>
#include <scheduler.h>
#include <script/sigcache.h>
#include <shutdown.h> // for ShutdownRequested
#include <shutdown.h>
#include <streams.h>
#include <txdb.h>
#include <util/strencodings.h>

Loading…
Cancel
Save