aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2021-11-11 14:40:50 -0500
committerCarl Dong <contact@carldong.me>2021-12-07 14:48:49 -0500
commit3b1584b794499158e0df07bd1bee1b803c568614 (patch)
tree0110374a1ee32e9e62541f523d3fe41dec306c2f /src/init.cpp
parent9a5a5a3d08b2c130ab9147914739ff3583b0dc84 (diff)
downloadbitcoin-3b1584b794499158e0df07bd1bee1b803c568614.tar.xz
Remove all #include // for * comments
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 56debdd245..1f4537a975 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -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>