From 3095f58dbecc05ed98636575efdd3c7778c17cc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 08:35:08 +0100 Subject: [PATCH] style: clang-tidy auto fixes (#1568) Fixes #1567. Please review and commit clang-tidy fixes. Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com> --- src/rpc/handlers/LedgerEntry.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rpc/handlers/LedgerEntry.cpp b/src/rpc/handlers/LedgerEntry.cpp index 98827ad9..9de27099 100644 --- a/src/rpc/handlers/LedgerEntry.cpp +++ b/src/rpc/handlers/LedgerEntry.cpp @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include