diff options
author | Carl Dong <contact@carldong.me> | 2022-05-02 14:27:38 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-05-20 16:33:24 -0400 |
commit | 102294898d708b7adc0150aba8e500a4aa19bc1c (patch) | |
tree | f2994ace5311901bb338c18ef0922d908c4dc7f1 /src/rpc | |
parent | 0848db9c35d9eae4d68cbdbef68c337656f3c906 (diff) |
includes: Remove rpc/util.h -> node/coinstats.h
Confirmed with IWYU that this is unnecessary.
Diffstat (limited to 'src/rpc')
-rw-r--r-- | src/rpc/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/util.h b/src/rpc/util.h index abbc4c66fe..e883dc008e 100644 --- a/src/rpc/util.h +++ b/src/rpc/util.h @@ -5,7 +5,6 @@ #ifndef BITCOIN_RPC_UTIL_H #define BITCOIN_RPC_UTIL_H -#include <node/coinstats.h> #include <node/transaction.h> #include <outputtype.h> #include <protocol.h> |