fix(telemetry): drop unused <ranges> from Redaction.cpp and its test (misc-include-cleaner)

std::ranges::transform/all_of come from <algorithm>, which is already included.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-07-09 14:00:20 +01:00
parent 1732c913a3
commit 84f2ff6b58
2 changed files with 0 additions and 2 deletions

View File

@@ -6,7 +6,6 @@
#include <algorithm>
#include <cctype>
#include <ranges>
#include <string>
#include <string_view>

View File

@@ -4,7 +4,6 @@
#include <algorithm>
#include <cctype>
#include <ranges>
#include <string>
using namespace xrpl;