mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Rearrange sources
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#ifndef BEAST_CHRONO_MANUAL_CLOCK_H_INCLUDED
|
||||
#define BEAST_CHRONO_MANUAL_CLOCK_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/clock/abstract_clock.h>
|
||||
#include <xrpl/beast/clock/abstract_clock.h>
|
||||
#include <cassert>
|
||||
|
||||
namespace beast {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef BEAST_CONTAINER_AGED_CONTAINER_UTILITY_H_INCLUDED
|
||||
#define BEAST_CONTAINER_AGED_CONTAINER_UTILITY_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/container/aged_container.h>
|
||||
#include <xrpl/beast/container/aged_container.h>
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef BEAST_CONTAINER_AGED_MAP_H_INCLUDED
|
||||
#define BEAST_CONTAINER_AGED_MAP_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/container/detail/aged_ordered_container.h>
|
||||
#include <xrpl/beast/container/detail/aged_ordered_container.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef BEAST_CONTAINER_AGED_MULTIMAP_H_INCLUDED
|
||||
#define BEAST_CONTAINER_AGED_MULTIMAP_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/container/detail/aged_ordered_container.h>
|
||||
#include <xrpl/beast/container/detail/aged_ordered_container.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef BEAST_CONTAINER_AGED_MULTISET_H_INCLUDED
|
||||
#define BEAST_CONTAINER_AGED_MULTISET_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/container/detail/aged_ordered_container.h>
|
||||
#include <xrpl/beast/container/detail/aged_ordered_container.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef BEAST_CONTAINER_AGED_SET_H_INCLUDED
|
||||
#define BEAST_CONTAINER_AGED_SET_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/container/detail/aged_ordered_container.h>
|
||||
#include <xrpl/beast/container/detail/aged_ordered_container.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef BEAST_CONTAINER_AGED_UNORDERED_MAP_H_INCLUDED
|
||||
#define BEAST_CONTAINER_AGED_UNORDERED_MAP_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/container/detail/aged_unordered_container.h>
|
||||
#include <xrpl/beast/container/detail/aged_unordered_container.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef BEAST_CONTAINER_AGED_UNORDERED_MULTIMAP_H_INCLUDED
|
||||
#define BEAST_CONTAINER_AGED_UNORDERED_MULTIMAP_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/container/detail/aged_unordered_container.h>
|
||||
#include <xrpl/beast/container/detail/aged_unordered_container.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef BEAST_CONTAINER_AGED_UNORDERED_MULTISET_H_INCLUDED
|
||||
#define BEAST_CONTAINER_AGED_UNORDERED_MULTISET_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/container/detail/aged_unordered_container.h>
|
||||
#include <xrpl/beast/container/detail/aged_unordered_container.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef BEAST_CONTAINER_AGED_UNORDERED_SET_H_INCLUDED
|
||||
#define BEAST_CONTAINER_AGED_UNORDERED_SET_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/container/detail/aged_unordered_container.h>
|
||||
#include <xrpl/beast/container/detail/aged_unordered_container.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
|
||||
@@ -20,11 +20,11 @@
|
||||
#ifndef BEAST_CONTAINER_DETAIL_AGED_ORDERED_CONTAINER_H_INCLUDED
|
||||
#define BEAST_CONTAINER_DETAIL_AGED_ORDERED_CONTAINER_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/clock/abstract_clock.h>
|
||||
#include <ripple/beast/container/aged_container.h>
|
||||
#include <ripple/beast/container/detail/aged_associative_container.h>
|
||||
#include <ripple/beast/container/detail/aged_container_iterator.h>
|
||||
#include <ripple/beast/container/detail/empty_base_optimization.h>
|
||||
#include <xrpl/beast/clock/abstract_clock.h>
|
||||
#include <xrpl/beast/container/aged_container.h>
|
||||
#include <xrpl/beast/container/detail/aged_associative_container.h>
|
||||
#include <xrpl/beast/container/detail/aged_container_iterator.h>
|
||||
#include <xrpl/beast/container/detail/empty_base_optimization.h>
|
||||
#include <boost/intrusive/list.hpp>
|
||||
#include <boost/intrusive/set.hpp>
|
||||
#include <boost/version.hpp>
|
||||
|
||||
@@ -20,11 +20,11 @@
|
||||
#ifndef BEAST_CONTAINER_DETAIL_AGED_UNORDERED_CONTAINER_H_INCLUDED
|
||||
#define BEAST_CONTAINER_DETAIL_AGED_UNORDERED_CONTAINER_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/clock/abstract_clock.h>
|
||||
#include <ripple/beast/container/aged_container.h>
|
||||
#include <ripple/beast/container/detail/aged_associative_container.h>
|
||||
#include <ripple/beast/container/detail/aged_container_iterator.h>
|
||||
#include <ripple/beast/container/detail/empty_base_optimization.h>
|
||||
#include <xrpl/beast/clock/abstract_clock.h>
|
||||
#include <xrpl/beast/container/aged_container.h>
|
||||
#include <xrpl/beast/container/detail/aged_associative_container.h>
|
||||
#include <xrpl/beast/container/detail/aged_container_iterator.h>
|
||||
#include <xrpl/beast/container/detail/empty_base_optimization.h>
|
||||
#include <boost/intrusive/list.hpp>
|
||||
#include <boost/intrusive/unordered_set.hpp>
|
||||
#include <algorithm>
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
#ifndef BEAST_HASH_UHASH_H_INCLUDED
|
||||
#define BEAST_HASH_UHASH_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/hash/hash_append.h>
|
||||
#include <ripple/beast/hash/xxhasher.h>
|
||||
#include <xrpl/beast/hash/hash_append.h>
|
||||
#include <xrpl/beast/hash/xxhasher.h>
|
||||
|
||||
namespace beast {
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <ripple/beast/insight/MeterImpl.h>
|
||||
#include <xrpl/beast/insight/MeterImpl.h>
|
||||
|
||||
namespace beast {
|
||||
namespace insight {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -20,10 +20,10 @@
|
||||
#ifndef BEAST_NET_IPADDRESS_H_INCLUDED
|
||||
#define BEAST_NET_IPADDRESS_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/hash/hash_append.h>
|
||||
#include <ripple/beast/hash/uhash.h>
|
||||
#include <ripple/beast/net/IPAddressV4.h>
|
||||
#include <ripple/beast/net/IPAddressV6.h>
|
||||
#include <xrpl/beast/hash/hash_append.h>
|
||||
#include <xrpl/beast/hash/uhash.h>
|
||||
#include <xrpl/beast/net/IPAddressV4.h>
|
||||
#include <xrpl/beast/net/IPAddressV6.h>
|
||||
#include <boost/asio/ip/address.hpp>
|
||||
#include <boost/functional/hash.hpp>
|
||||
#include <cassert>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef BEAST_NET_IPADDRESSCONVERSION_H_INCLUDED
|
||||
#define BEAST_NET_IPADDRESSCONVERSION_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/net/IPEndpoint.h>
|
||||
#include <xrpl/beast/net/IPEndpoint.h>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef BEAST_NET_IPADDRESSV4_H_INCLUDED
|
||||
#define BEAST_NET_IPADDRESSV4_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/hash/hash_append.h>
|
||||
#include <xrpl/beast/hash/hash_append.h>
|
||||
#include <boost/asio/ip/address_v4.hpp>
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
#ifndef BEAST_NET_IPENDPOINT_H_INCLUDED
|
||||
#define BEAST_NET_IPENDPOINT_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/hash/hash_append.h>
|
||||
#include <ripple/beast/hash/uhash.h>
|
||||
#include <ripple/beast/net/IPAddress.h>
|
||||
#include <xrpl/beast/hash/hash_append.h>
|
||||
#include <xrpl/beast/hash/uhash.h>
|
||||
#include <xrpl/beast/net/IPAddress.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <ios>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#define BEAST_TEST_FAIL_COUNTER_HPP
|
||||
|
||||
#include <boost/throw_exception.hpp>
|
||||
#include <beast/core/error.hpp>
|
||||
#include <xrpl/beast/core/error.hpp>
|
||||
|
||||
namespace beast {
|
||||
namespace test {
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
#define BEAST_TEST_FAIL_STREAM_HPP
|
||||
|
||||
#include <boost/optional.hpp>
|
||||
#include <beast/core/async_result.hpp>
|
||||
#include <beast/core/bind_handler.hpp>
|
||||
#include <beast/core/detail/type_traits.hpp>
|
||||
#include <beast/core/error.hpp>
|
||||
#include <beast/test/fail_counter.hpp>
|
||||
#include <beast/websocket/teardown.hpp>
|
||||
#include <xrpl/beast/core/async_result.hpp>
|
||||
#include <xrpl/beast/core/bind_handler.hpp>
|
||||
#include <xrpl/beast/core/detail/type_traits.hpp>
|
||||
#include <xrpl/beast/core/error.hpp>
|
||||
#include <xrpl/beast/test/fail_counter.hpp>
|
||||
#include <xrpl/beast/websocket/teardown.hpp>
|
||||
|
||||
namespace beast {
|
||||
namespace test {
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
#include <boost/asio/io_service.hpp>
|
||||
#include <boost/assert.hpp>
|
||||
#include <boost/throw_exception.hpp>
|
||||
#include <beast/core/async_result.hpp>
|
||||
#include <beast/core/bind_handler.hpp>
|
||||
#include <beast/core/flat_buffer.hpp>
|
||||
#include <beast/core/string.hpp>
|
||||
#include <beast/core/type_traits.hpp>
|
||||
#include <beast/test/fail_counter.hpp>
|
||||
#include <beast/websocket/teardown.hpp>
|
||||
#include <xrpl/beast/core/async_result.hpp>
|
||||
#include <xrpl/beast/core/bind_handler.hpp>
|
||||
#include <xrpl/beast/core/flat_buffer.hpp>
|
||||
#include <xrpl/beast/core/string.hpp>
|
||||
#include <xrpl/beast/core/type_traits.hpp>
|
||||
#include <xrpl/beast/test/fail_counter.hpp>
|
||||
#include <xrpl/beast/websocket/teardown.hpp>
|
||||
#include <condition_variable>
|
||||
#include <limits>
|
||||
#include <mutex>
|
||||
|
||||
@@ -11,11 +11,11 @@
|
||||
#include <boost/asio/buffer.hpp>
|
||||
#include <boost/asio/io_service.hpp>
|
||||
#include <boost/throw_exception.hpp>
|
||||
#include <beast/core/async_result.hpp>
|
||||
#include <beast/core/bind_handler.hpp>
|
||||
#include <beast/core/buffer_prefix.hpp>
|
||||
#include <beast/core/error.hpp>
|
||||
#include <beast/websocket/teardown.hpp>
|
||||
#include <xrpl/beast/core/async_result.hpp>
|
||||
#include <xrpl/beast/core/bind_handler.hpp>
|
||||
#include <xrpl/beast/core/buffer_prefix.hpp>
|
||||
#include <xrpl/beast/core/error.hpp>
|
||||
#include <xrpl/beast/websocket/teardown.hpp>
|
||||
#include <string>
|
||||
|
||||
namespace beast {
|
||||
|
||||
@@ -11,10 +11,10 @@
|
||||
#include <boost/asio/buffer.hpp>
|
||||
#include <boost/asio/io_service.hpp>
|
||||
#include <boost/throw_exception.hpp>
|
||||
#include <beast/core/async_result.hpp>
|
||||
#include <beast/core/bind_handler.hpp>
|
||||
#include <beast/core/error.hpp>
|
||||
#include <beast/websocket/teardown.hpp>
|
||||
#include <xrpl/beast/core/async_result.hpp>
|
||||
#include <xrpl/beast/core/bind_handler.hpp>
|
||||
#include <xrpl/beast/core/error.hpp>
|
||||
#include <xrpl/beast/websocket/teardown.hpp>
|
||||
#include <string>
|
||||
|
||||
namespace beast {
|
||||
|
||||
@@ -11,11 +11,11 @@
|
||||
#include <boost/asio/buffer.hpp>
|
||||
#include <boost/asio/io_service.hpp>
|
||||
#include <boost/throw_exception.hpp>
|
||||
#include <beast/core/async_result.hpp>
|
||||
#include <beast/core/bind_handler.hpp>
|
||||
#include <beast/core/buffer_prefix.hpp>
|
||||
#include <beast/core/error.hpp>
|
||||
#include <beast/websocket/teardown.hpp>
|
||||
#include <xrpl/beast/core/async_result.hpp>
|
||||
#include <xrpl/beast/core/bind_handler.hpp>
|
||||
#include <xrpl/beast/core/buffer_prefix.hpp>
|
||||
#include <xrpl/beast/core/error.hpp>
|
||||
#include <xrpl/beast/websocket/teardown.hpp>
|
||||
#include <string>
|
||||
|
||||
namespace beast {
|
||||
|
||||
@@ -20,16 +20,16 @@
|
||||
#ifndef BEAST_UNIT_TEST_H_INCLUDED
|
||||
#define BEAST_UNIT_TEST_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/unit_test/amount.h>
|
||||
#include <ripple/beast/unit_test/global_suites.h>
|
||||
#include <ripple/beast/unit_test/match.h>
|
||||
#include <ripple/beast/unit_test/recorder.h>
|
||||
#include <ripple/beast/unit_test/reporter.h>
|
||||
#include <ripple/beast/unit_test/results.h>
|
||||
#include <ripple/beast/unit_test/runner.h>
|
||||
#include <ripple/beast/unit_test/suite.h>
|
||||
#include <ripple/beast/unit_test/suite_info.h>
|
||||
#include <ripple/beast/unit_test/suite_list.h>
|
||||
#include <xrpl/beast/unit_test/amount.h>
|
||||
#include <xrpl/beast/unit_test/global_suites.h>
|
||||
#include <xrpl/beast/unit_test/match.h>
|
||||
#include <xrpl/beast/unit_test/recorder.h>
|
||||
#include <xrpl/beast/unit_test/reporter.h>
|
||||
#include <xrpl/beast/unit_test/results.h>
|
||||
#include <xrpl/beast/unit_test/runner.h>
|
||||
#include <xrpl/beast/unit_test/suite.h>
|
||||
#include <xrpl/beast/unit_test/suite_info.h>
|
||||
#include <xrpl/beast/unit_test/suite_list.h>
|
||||
|
||||
#ifndef BEAST_EXPECT
|
||||
#define BEAST_EXPECT_S1(x) #x
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#ifndef BEAST_UNIT_TEST_GLOBAL_SUITES_HPP
|
||||
#define BEAST_UNIT_TEST_GLOBAL_SUITES_HPP
|
||||
|
||||
#include <ripple/beast/unit_test/suite_list.h>
|
||||
#include <xrpl/beast/unit_test/suite_list.h>
|
||||
|
||||
namespace beast {
|
||||
namespace unit_test {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#ifndef BEAST_UNIT_TEST_MATCH_HPP
|
||||
#define BEAST_UNIT_TEST_MATCH_HPP
|
||||
|
||||
#include <ripple/beast/unit_test/suite_info.h>
|
||||
#include <xrpl/beast/unit_test/suite_info.h>
|
||||
#include <string>
|
||||
|
||||
namespace beast {
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
#ifndef BEAST_UNIT_TEST_RECORDER_HPP
|
||||
#define BEAST_UNIT_TEST_RECORDER_HPP
|
||||
|
||||
#include <ripple/beast/unit_test/results.h>
|
||||
#include <ripple/beast/unit_test/runner.h>
|
||||
#include <xrpl/beast/unit_test/results.h>
|
||||
#include <xrpl/beast/unit_test/runner.h>
|
||||
|
||||
namespace beast {
|
||||
namespace unit_test {
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
#ifndef BEAST_UNIT_TEST_REPORTER_HPP
|
||||
#define BEAST_UNIT_TEST_REPORTER_HPP
|
||||
|
||||
#include <ripple/beast/unit_test/amount.h>
|
||||
#include <ripple/beast/unit_test/recorder.h>
|
||||
#include <xrpl/beast/unit_test/amount.h>
|
||||
#include <xrpl/beast/unit_test/recorder.h>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
#include <algorithm>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#ifndef BEAST_UNIT_TEST_RESULTS_HPP
|
||||
#define BEAST_UNIT_TEST_RESULTS_HPP
|
||||
|
||||
#include <ripple/beast/unit_test/detail/const_container.h>
|
||||
#include <xrpl/beast/unit_test/detail/const_container.h>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#ifndef BEAST_UNIT_TEST_RUNNER_H_INCLUDED
|
||||
#define BEAST_UNIT_TEST_RUNNER_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/unit_test/suite_info.h>
|
||||
#include <xrpl/beast/unit_test/suite_info.h>
|
||||
#include <boost/assert.hpp>
|
||||
#include <mutex>
|
||||
#include <ostream>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#ifndef BEAST_UNIT_TEST_SUITE_HPP
|
||||
#define BEAST_UNIT_TEST_SUITE_HPP
|
||||
|
||||
#include <ripple/beast/unit_test/runner.h>
|
||||
#include <xrpl/beast/unit_test/runner.h>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/throw_exception.hpp>
|
||||
@@ -646,7 +646,7 @@ suite::run(runner& r)
|
||||
#define BEAST_DEFINE_TESTSUITE_MANUAL_PRIO(Class, Module, Library, Priority)
|
||||
|
||||
#else
|
||||
#include <ripple/beast/unit_test/global_suites.h>
|
||||
#include <xrpl/beast/unit_test/global_suites.h>
|
||||
#define BEAST_DEFINE_TESTSUITE(Class, Module, Library) \
|
||||
BEAST_DEFINE_TESTSUITE_INSERT(Class, Module, Library, false, 0)
|
||||
#define BEAST_DEFINE_TESTSUITE_MANUAL(Class, Module, Library) \
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
#ifndef BEAST_UNIT_TEST_SUITE_LIST_HPP
|
||||
#define BEAST_UNIT_TEST_SUITE_LIST_HPP
|
||||
|
||||
#include <ripple/beast/unit_test/detail/const_container.h>
|
||||
#include <ripple/beast/unit_test/suite_info.h>
|
||||
#include <xrpl/beast/unit_test/detail/const_container.h>
|
||||
#include <xrpl/beast/unit_test/suite_info.h>
|
||||
#include <boost/assert.hpp>
|
||||
#include <set>
|
||||
#include <typeindex>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#ifndef BEAST_UNIT_TEST_THREAD_HPP
|
||||
#define BEAST_UNIT_TEST_THREAD_HPP
|
||||
|
||||
#include <ripple/beast/unit_test/suite.h>
|
||||
#include <xrpl/beast/unit_test/suite.h>
|
||||
#include <functional>
|
||||
#include <thread>
|
||||
#include <utility>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef BEAST_UTILITY_PROPERTYSTREAM_H_INCLUDED
|
||||
#define BEAST_UTILITY_PROPERTYSTREAM_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/core/List.h>
|
||||
#include <xrpl/beast/core/List.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <mutex>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef BEAST_UTILITY_WRAPPEDSINK_H_INCLUDED
|
||||
#define BEAST_UTILITY_WRAPPEDSINK_H_INCLUDED
|
||||
|
||||
#include <ripple/beast/utility/Journal.h>
|
||||
#include <xrpl/beast/utility/Journal.h>
|
||||
|
||||
namespace beast {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user