Rearrange sources

This commit is contained in:
Pretty Printer
2025-06-17 10:42:41 +00:00
committed by tequ
parent 6c1bc9052d
commit a6a71bcc3f
1212 changed files with 5837 additions and 5837 deletions

View File

@@ -20,11 +20,11 @@
#ifndef BEAST_INSIGHT_COLLECTOR_H_INCLUDED
#define BEAST_INSIGHT_COLLECTOR_H_INCLUDED
#include <ripple/beast/insight/Counter.h>
#include <ripple/beast/insight/Event.h>
#include <ripple/beast/insight/Gauge.h>
#include <ripple/beast/insight/Hook.h>
#include <ripple/beast/insight/Meter.h>
#include <xrpl/beast/insight/Counter.h>
#include <xrpl/beast/insight/Event.h>
#include <xrpl/beast/insight/Gauge.h>
#include <xrpl/beast/insight/Hook.h>
#include <xrpl/beast/insight/Meter.h>
#include <string>

View File

@@ -20,7 +20,7 @@
#ifndef BEAST_INSIGHT_COUNTER_H_INCLUDED
#define BEAST_INSIGHT_COUNTER_H_INCLUDED
#include <ripple/beast/insight/CounterImpl.h>
#include <xrpl/beast/insight/CounterImpl.h>
#include <memory>

View File

@@ -20,7 +20,7 @@
#ifndef BEAST_INSIGHT_EVENT_H_INCLUDED
#define BEAST_INSIGHT_EVENT_H_INCLUDED
#include <ripple/beast/insight/EventImpl.h>
#include <xrpl/beast/insight/EventImpl.h>
#include <chrono>
#include <memory>

View File

@@ -20,7 +20,7 @@
#ifndef BEAST_INSIGHT_GAUGE_H_INCLUDED
#define BEAST_INSIGHT_GAUGE_H_INCLUDED
#include <ripple/beast/insight/GaugeImpl.h>
#include <xrpl/beast/insight/GaugeImpl.h>
#include <memory>

View File

@@ -20,7 +20,7 @@
#ifndef BEAST_INSIGHT_GROUP_H_INCLUDED
#define BEAST_INSIGHT_GROUP_H_INCLUDED
#include <ripple/beast/insight/Collector.h>
#include <xrpl/beast/insight/Collector.h>
#include <memory>
#include <string>

View File

@@ -20,8 +20,8 @@
#ifndef BEAST_INSIGHT_GROUPS_H_INCLUDED
#define BEAST_INSIGHT_GROUPS_H_INCLUDED
#include <ripple/beast/insight/Collector.h>
#include <ripple/beast/insight/Group.h>
#include <xrpl/beast/insight/Collector.h>
#include <xrpl/beast/insight/Group.h>
#include <memory>
#include <string>

View File

@@ -20,7 +20,7 @@
#ifndef BEAST_INSIGHT_HOOK_H_INCLUDED
#define BEAST_INSIGHT_HOOK_H_INCLUDED
#include <ripple/beast/insight/HookImpl.h>
#include <xrpl/beast/insight/HookImpl.h>
#include <memory>

View File

@@ -20,18 +20,18 @@
#ifndef BEAST_INSIGHT_H_INCLUDED
#define BEAST_INSIGHT_H_INCLUDED
#include <ripple/beast/insight/Collector.h>
#include <ripple/beast/insight/Counter.h>
#include <ripple/beast/insight/CounterImpl.h>
#include <ripple/beast/insight/Event.h>
#include <ripple/beast/insight/EventImpl.h>
#include <ripple/beast/insight/Gauge.h>
#include <ripple/beast/insight/GaugeImpl.h>
#include <ripple/beast/insight/Group.h>
#include <ripple/beast/insight/Groups.h>
#include <ripple/beast/insight/Hook.h>
#include <ripple/beast/insight/HookImpl.h>
#include <ripple/beast/insight/NullCollector.h>
#include <ripple/beast/insight/StatsDCollector.h>
#include <xrpl/beast/insight/Collector.h>
#include <xrpl/beast/insight/Counter.h>
#include <xrpl/beast/insight/CounterImpl.h>
#include <xrpl/beast/insight/Event.h>
#include <xrpl/beast/insight/EventImpl.h>
#include <xrpl/beast/insight/Gauge.h>
#include <xrpl/beast/insight/GaugeImpl.h>
#include <xrpl/beast/insight/Group.h>
#include <xrpl/beast/insight/Groups.h>
#include <xrpl/beast/insight/Hook.h>
#include <xrpl/beast/insight/HookImpl.h>
#include <xrpl/beast/insight/NullCollector.h>
#include <xrpl/beast/insight/StatsDCollector.h>
#endif

View File

@@ -22,7 +22,7 @@
#include <memory>
#include <ripple/beast/insight/MeterImpl.h>
#include <xrpl/beast/insight/MeterImpl.h>
namespace beast {
namespace insight {

View File

@@ -20,7 +20,7 @@
#ifndef BEAST_INSIGHT_NULLCOLLECTOR_H_INCLUDED
#define BEAST_INSIGHT_NULLCOLLECTOR_H_INCLUDED
#include <ripple/beast/insight/Collector.h>
#include <xrpl/beast/insight/Collector.h>
namespace beast {
namespace insight {

View File

@@ -20,10 +20,10 @@
#ifndef BEAST_INSIGHT_STATSDCOLLECTOR_H_INCLUDED
#define BEAST_INSIGHT_STATSDCOLLECTOR_H_INCLUDED
#include <ripple/beast/insight/Collector.h>
#include <xrpl/beast/insight/Collector.h>
#include <ripple/beast/net/IPEndpoint.h>
#include <ripple/beast/utility/Journal.h>
#include <xrpl/beast/net/IPEndpoint.h>
#include <xrpl/beast/utility/Journal.h>
namespace beast {
namespace insight {