mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Remove all #include // for * comments
This commit is contained in:
@@ -34,8 +34,8 @@
|
|||||||
#include <net_processing.h>
|
#include <net_processing.h>
|
||||||
#include <netbase.h>
|
#include <netbase.h>
|
||||||
#include <node/blockstorage.h>
|
#include <node/blockstorage.h>
|
||||||
#include <node/caches.h> // for CalculateCacheSizes
|
#include <node/caches.h>
|
||||||
#include <node/chainstate.h> // for LoadChainstate
|
#include <node/chainstate.h>
|
||||||
#include <node/context.h>
|
#include <node/context.h>
|
||||||
#include <node/miner.h>
|
#include <node/miner.h>
|
||||||
#include <node/ui_interface.h>
|
#include <node/ui_interface.h>
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
#ifndef BITCOIN_NODE_CACHES_H
|
#ifndef BITCOIN_NODE_CACHES_H
|
||||||
#define BITCOIN_NODE_CACHES_H
|
#define BITCOIN_NODE_CACHES_H
|
||||||
|
|
||||||
#include <cstddef> // for size_t
|
#include <cstddef>
|
||||||
#include <cstdint> // for int64_t
|
#include <cstdint>
|
||||||
|
|
||||||
class ArgsManager;
|
class ArgsManager;
|
||||||
|
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
#include <node/chainstate.h>
|
#include <node/chainstate.h>
|
||||||
|
|
||||||
#include <consensus/params.h> // for Consensus::Params
|
#include <consensus/params.h>
|
||||||
#include <node/blockstorage.h> // for CleanupBlockRevFiles, fHavePruned, fReindex
|
#include <node/blockstorage.h>
|
||||||
#include <validation.h> // for a lot of things
|
#include <validation.h>
|
||||||
|
|
||||||
std::optional<ChainstateLoadingError> LoadChainstate(bool fReset,
|
std::optional<ChainstateLoadingError> LoadChainstate(bool fReset,
|
||||||
ChainstateManager& chainman,
|
ChainstateManager& chainman,
|
||||||
|
|||||||
@@ -5,9 +5,9 @@
|
|||||||
#ifndef BITCOIN_NODE_CHAINSTATE_H
|
#ifndef BITCOIN_NODE_CHAINSTATE_H
|
||||||
#define BITCOIN_NODE_CHAINSTATE_H
|
#define BITCOIN_NODE_CHAINSTATE_H
|
||||||
|
|
||||||
#include <cstdint> // for int64_t
|
#include <cstdint>
|
||||||
#include <functional> // for std::function
|
#include <functional>
|
||||||
#include <optional> // for std::optional
|
#include <optional>
|
||||||
|
|
||||||
class ChainstateManager;
|
class ChainstateManager;
|
||||||
namespace Consensus {
|
namespace Consensus {
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
#include <net_processing.h>
|
#include <net_processing.h>
|
||||||
#include <node/miner.h>
|
#include <node/miner.h>
|
||||||
#include <noui.h>
|
#include <noui.h>
|
||||||
#include <node/blockstorage.h> // for fReindex, fPruneMode
|
#include <node/blockstorage.h>
|
||||||
#include <node/chainstate.h> // for LoadChainstate
|
#include <node/chainstate.h>
|
||||||
#include <policy/fees.h>
|
#include <policy/fees.h>
|
||||||
#include <pow.h>
|
#include <pow.h>
|
||||||
#include <rpc/blockchain.h>
|
#include <rpc/blockchain.h>
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
#include <rpc/server.h>
|
#include <rpc/server.h>
|
||||||
#include <scheduler.h>
|
#include <scheduler.h>
|
||||||
#include <script/sigcache.h>
|
#include <script/sigcache.h>
|
||||||
#include <shutdown.h> // for ShutdownRequested
|
#include <shutdown.h>
|
||||||
#include <streams.h>
|
#include <streams.h>
|
||||||
#include <txdb.h>
|
#include <txdb.h>
|
||||||
#include <util/strencodings.h>
|
#include <util/strencodings.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user