From be9f0615fac1ec0f4c977ce989d8d3564830694f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 09:34:02 +0000 Subject: [PATCH] style: clang-tidy auto fixes (#2770) --- src/rpc/handlers/AccountInfo.cpp | 1 - src/rpc/handlers/BookChanges.cpp | 1 - src/rpc/handlers/DepositAuthorized.cpp | 1 - src/rpc/handlers/Ledger.cpp | 1 - src/rpc/handlers/NFTInfo.cpp | 1 - src/rpc/handlers/TransactionEntry.cpp | 1 - tests/unit/JsonUtilTests.cpp | 1 + 7 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/rpc/handlers/AccountInfo.cpp b/src/rpc/handlers/AccountInfo.cpp index c07f439a..d855fdba 100644 --- a/src/rpc/handlers/AccountInfo.cpp +++ b/src/rpc/handlers/AccountInfo.cpp @@ -43,7 +43,6 @@ #include #include -#include #include #include #include diff --git a/src/rpc/handlers/BookChanges.cpp b/src/rpc/handlers/BookChanges.cpp index 20c07641..cc2edbef 100644 --- a/src/rpc/handlers/BookChanges.cpp +++ b/src/rpc/handlers/BookChanges.cpp @@ -36,7 +36,6 @@ #include #include -#include #include #include diff --git a/src/rpc/handlers/DepositAuthorized.cpp b/src/rpc/handlers/DepositAuthorized.cpp index f89fc1e8..71d77e22 100644 --- a/src/rpc/handlers/DepositAuthorized.cpp +++ b/src/rpc/handlers/DepositAuthorized.cpp @@ -43,7 +43,6 @@ #include #include -#include #include #include #include diff --git a/src/rpc/handlers/Ledger.cpp b/src/rpc/handlers/Ledger.cpp index 42c9b122..fc87b86e 100644 --- a/src/rpc/handlers/Ledger.cpp +++ b/src/rpc/handlers/Ledger.cpp @@ -43,7 +43,6 @@ #include #include -#include #include #include #include diff --git a/src/rpc/handlers/NFTInfo.cpp b/src/rpc/handlers/NFTInfo.cpp index 946f5041..d2fe5e8f 100644 --- a/src/rpc/handlers/NFTInfo.cpp +++ b/src/rpc/handlers/NFTInfo.cpp @@ -37,7 +37,6 @@ #include #include -#include #include using namespace ripple; diff --git a/src/rpc/handlers/TransactionEntry.cpp b/src/rpc/handlers/TransactionEntry.cpp index e3cb6174..e9fe7073 100644 --- a/src/rpc/handlers/TransactionEntry.cpp +++ b/src/rpc/handlers/TransactionEntry.cpp @@ -34,7 +34,6 @@ #include #include -#include #include #include diff --git a/tests/unit/JsonUtilTests.cpp b/tests/unit/JsonUtilTests.cpp index a1166283..52d68eef 100644 --- a/tests/unit/JsonUtilTests.cpp +++ b/tests/unit/JsonUtilTests.cpp @@ -26,6 +26,7 @@ #include #include #include +#include TEST(JsonUtils, RemoveSecrets) {