From 84f2ff6b58e488a51bf5e407c67f238d87e2b862 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:00:20 +0100 Subject: [PATCH] fix(telemetry): drop unused from Redaction.cpp and its test (misc-include-cleaner) std::ranges::transform/all_of come from , which is already included. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/libxrpl/telemetry/Redaction.cpp | 1 - src/tests/libxrpl/telemetry/Redaction.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/libxrpl/telemetry/Redaction.cpp b/src/libxrpl/telemetry/Redaction.cpp index d6bfe52ec3..7164c4dee6 100644 --- a/src/libxrpl/telemetry/Redaction.cpp +++ b/src/libxrpl/telemetry/Redaction.cpp @@ -6,7 +6,6 @@ #include #include -#include #include #include diff --git a/src/tests/libxrpl/telemetry/Redaction.cpp b/src/tests/libxrpl/telemetry/Redaction.cpp index db1cc95135..2ef6ed377b 100644 --- a/src/tests/libxrpl/telemetry/Redaction.cpp +++ b/src/tests/libxrpl/telemetry/Redaction.cpp @@ -4,7 +4,6 @@ #include #include -#include #include using namespace xrpl;