fix(telemetry): fix SpanGuard.cpp include ordering

Move SpanGuard.h (associated header) to first include position,
separated by blank line from other project includes, per the
project's include-order convention enforced by pre-commit hooks.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-04-28 15:05:03 +01:00
parent 3b93e2d4d9
commit 999bf83f15

View File

@@ -20,8 +20,9 @@
#ifdef XRPL_ENABLE_TELEMETRY
#include <xrpl/telemetry/DiscardFlag.h>
#include <xrpl/telemetry/SpanGuard.h>
#include <xrpl/telemetry/DiscardFlag.h>
#include <xrpl/telemetry/SpanNames.h>
#include <xrpl/telemetry/Telemetry.h>