From 20e616f86444d00712ac7eb840666e2b0378af4a Mon Sep 17 00:00:00 2001 From: stickies-v Date: Thu, 18 Apr 2024 14:05:12 +0100 Subject: move-only: move warnings from common to node Since rpc/util.cpp is in common, also move GetNodeWarnings() to node::GetWarningsForRPC() --- src/rpc/util.cpp | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'src/rpc/util.cpp') diff --git a/src/rpc/util.cpp b/src/rpc/util.cpp index bb1aef63f4..4df4466c49 100644 --- a/src/rpc/util.cpp +++ b/src/rpc/util.cpp @@ -5,17 +5,17 @@ #include // IWYU pragma: keep #include -#include #include #include #include #include -#include