aboutsummaryrefslogtreecommitdiff
path: root/src/node/chainstate.h
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/node/chainstate.h
parent9a5a5a3d08b2c130ab9147914739ff3583b0dc84 (diff)
downloadbitcoin-3b1584b794499158e0df07bd1bee1b803c568614.tar.xz
Remove all #include // for * comments
Diffstat (limited to 'src/node/chainstate.h')
-rw-r--r--src/node/chainstate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/node/chainstate.h b/src/node/chainstate.h
index c3b8baf7fc..11278a0991 100644
--- a/src/node/chainstate.h
+++ b/src/node/chainstate.h
@@ -5,9 +5,9 @@
#ifndef BITCOIN_NODE_CHAINSTATE_H
#define BITCOIN_NODE_CHAINSTATE_H
-#include <cstdint> // for int64_t
-#include <functional> // for std::function
-#include <optional> // for std::optional
+#include <cstdint>
+#include <functional>
+#include <optional>
class ChainstateManager;
namespace Consensus {