Remove all #include // for * comments

This commit is contained in:
Carl Dong
2021-11-11 14:40:50 -05:00
parent 9a5a5a3d08
commit 3b1584b794
5 changed files with 13 additions and 13 deletions

View File

@@ -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>