From 74db74a7793a97134625edd0df54c5050e4f4e03 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Fri, 14 Aug 2026 21:44:27 +0100 Subject: [PATCH] fix(telemetry): drop the duplicate protobuf include The test carried both and the bare . Both resolve to the same generated header, because the proto helper puts the generated tree and its prefixed subdirectory on the target, so the second include expanded to nothing behind the header guard. The bare form arrived from merging two same-day clang-tidy commits that added the include with different spellings. Keep the prefixed spelling, which is what the telemetry headers and the upstream phase branches use. --- src/tests/libxrpl/telemetry/TraceContextPropagator.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/libxrpl/telemetry/TraceContextPropagator.cpp b/src/tests/libxrpl/telemetry/TraceContextPropagator.cpp index fdc6c443cb..aa0bbf8903 100644 --- a/src/tests/libxrpl/telemetry/TraceContextPropagator.cpp +++ b/src/tests/libxrpl/telemetry/TraceContextPropagator.cpp @@ -17,8 +17,6 @@ #include #include -#include - #include #include