mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
Consensus.h includes ConsensusSpanNames.h, which already includes SpanNames.h (it is built on StaticStr/join()). Consensus.h uses no base SpanNames.h symbols directly, so misc-include-cleaner flags the direct include as unused. Remove it; SpanNames.h stays reachable transitively. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>