From 7413e02a0572cd12448832edae7d2b2f16b66e55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 10:31:41 +0100 Subject: [PATCH] style: clang-tidy auto fixes (#2488) Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com> --- tests/unit/feed/TransactionFeedTests.cpp | 2 -- tests/unit/util/BlockingCacheTests.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/tests/unit/feed/TransactionFeedTests.cpp b/tests/unit/feed/TransactionFeedTests.cpp index 2d1fee39..d728ca6f 100644 --- a/tests/unit/feed/TransactionFeedTests.cpp +++ b/tests/unit/feed/TransactionFeedTests.cpp @@ -30,7 +30,6 @@ #include #include -#include #include #include #include @@ -41,7 +40,6 @@ #include #include #include -#include #include #include diff --git a/tests/unit/util/BlockingCacheTests.cpp b/tests/unit/util/BlockingCacheTests.cpp index 6c4a30dc..b90b3493 100644 --- a/tests/unit/util/BlockingCacheTests.cpp +++ b/tests/unit/util/BlockingCacheTests.cpp @@ -33,7 +33,6 @@ using testing::StrictMock; #include -#include #include #include