fix(telemetry): drop the unused <string> include from NullTelemetry

The file names only std::string_view, which <string_view> already provides.
This commit is contained in:
Pratik Mankawde
2026-09-09 12:01:39 +01:00
parent 2ec09abf12
commit 08a1ab8cd3

View File

@@ -31,7 +31,6 @@
#endif
#include <memory>
#include <string>
#include <utility>
namespace xrpl::telemetry {