diff options
author | Carl Dong <contact@carldong.me> | 2021-11-11 14:40:50 -0500 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2021-12-07 14:48:49 -0500 |
commit | 3b1584b794499158e0df07bd1bee1b803c568614 (patch) | |
tree | 0110374a1ee32e9e62541f523d3fe41dec306c2f /src/test/util/setup_common.cpp | |
parent | 9a5a5a3d08b2c130ab9147914739ff3583b0dc84 (diff) |
Remove all #include // for * comments
Diffstat (limited to 'src/test/util/setup_common.cpp')
-rw-r--r-- | src/test/util/setup_common.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/util/setup_common.cpp b/src/test/util/setup_common.cpp index 628cedac19..d0be9fe73a 100644 --- a/src/test/util/setup_common.cpp +++ b/src/test/util/setup_common.cpp @@ -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> |