From eb750d277bc215c20b58623fcf7421748a199792 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:34:24 +0100 Subject: [PATCH] iwyu: Remove workaround for issue that has been fixed upstream This was overlooked in bitcoin/bitcoin#34896. --- src/core_io.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/core_io.cpp b/src/core_io.cpp index 7492e9ca50f..7ee0aa8eb2f 100644 --- a/src/core_io.cpp +++ b/src/core_io.cpp @@ -11,10 +11,7 @@ #include #include #include -// IWYU incorrectly suggests replacing this header -// with forward declarations. -// See https://github.com/include-what-you-use/include-what-you-use/issues/1886. -#include // IWYU pragma: keep +#include #include #include