Skip to content

Commit 8769f8f

Browse files
dongcarlFabcien
authored andcommitted
Remove all #include // for * comments
Summary: Most of them have been removed along the backport already. Partial backport of [[bitcoin/bitcoin#23280 | core#23280]]: bitcoin/bitcoin@3b1584b Depends on D12583. Test Plan: Read the code. Reviewers: #bitcoin_abc, PiRK Reviewed By: #bitcoin_abc, PiRK Differential Revision: https://reviews.bitcoinabc.org/D12584
1 parent 275c7df commit 8769f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/init.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
#include <net_processing.h>
4242
#include <netbase.h>
4343
#include <node/blockstorage.h>
44-
#include <node/caches.h> // for CalculateCacheSizes
45-
#include <node/chainstate.h> // for LoadChainstate
44+
#include <node/caches.h>
45+
#include <node/chainstate.h>
4646
#include <node/context.h>
4747
#include <node/ui_interface.h>
4848
#include <policy/mempool.h>

0 commit comments

Comments
 (0)