From 2b473c8613a22aa593097c4d347dc38033aff3ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 09:50:38 +0000 Subject: [PATCH] style: clang-tidy auto fixes (#2917) --- benchmarks/rpc/WorkQueueBenchmarks.cpp | 2 -- tests/unit/data/AmendmentCenterTests.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/benchmarks/rpc/WorkQueueBenchmarks.cpp b/benchmarks/rpc/WorkQueueBenchmarks.cpp index a5128abcc..f50dd0868 100644 --- a/benchmarks/rpc/WorkQueueBenchmarks.cpp +++ b/benchmarks/rpc/WorkQueueBenchmarks.cpp @@ -29,8 +29,6 @@ #include #include -#include -#include #include #include diff --git a/tests/unit/data/AmendmentCenterTests.cpp b/tests/unit/data/AmendmentCenterTests.cpp index c5d2b1d48..24cd7f04f 100644 --- a/tests/unit/data/AmendmentCenterTests.cpp +++ b/tests/unit/data/AmendmentCenterTests.cpp @@ -32,8 +32,8 @@ #include #include +#include #include -#include #include #include