From 102294898d708b7adc0150aba8e500a4aa19bc1c Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Mon, 2 May 2022 14:27:38 -0400 Subject: [PATCH] includes: Remove rpc/util.h -> node/coinstats.h Confirmed with IWYU that this is unnecessary. --- src/rpc/util.h | 1 - 1 file changed, 1 deletion(-) 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 #include #include #include