aboutsummaryrefslogtreecommitdiff
path: root/src/node/caches.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/caches.h
parent9a5a5a3d08b2c130ab9147914739ff3583b0dc84 (diff)
Remove all #include // for * comments
Diffstat (limited to 'src/node/caches.h')
-rw-r--r--src/node/caches.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/caches.h b/src/node/caches.h
index 437e7d10e5..200f0b85b8 100644
--- a/src/node/caches.h
+++ b/src/node/caches.h
@@ -5,8 +5,8 @@
#ifndef BITCOIN_NODE_CACHES_H
#define BITCOIN_NODE_CACHES_H
-#include <cstddef> // for size_t
-#include <cstdint> // for int64_t
+#include <cstddef>
+#include <cstdint>
class ArgsManager;