From 7b41b00babb51d47eae65825f2a811e75e4f5ce4 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Mon, 14 Sep 2026 23:47:14 +0100 Subject: [PATCH] test(insight): drop two includes the StatsD collector test never uses clang-tidy's include-cleaner flags Counter.h and Gauge.h here: the test names neither type, so the includes fail CI under warnings-as-errors. Co-Authored-By: Claude Fable 5.1 --- src/tests/libxrpl/beast/insight/StatsDCollector.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/libxrpl/beast/insight/StatsDCollector.cpp b/src/tests/libxrpl/beast/insight/StatsDCollector.cpp index 7024318ec8..5364b2b442 100644 --- a/src/tests/libxrpl/beast/insight/StatsDCollector.cpp +++ b/src/tests/libxrpl/beast/insight/StatsDCollector.cpp @@ -1,7 +1,5 @@ #include -#include -#include #include #include