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,8 +20,8 @@
#ifndef RIPPLE_JSON_JSONPROPERTYSTREAM_H_INCLUDED
#define RIPPLE_JSON_JSONPROPERTYSTREAM_H_INCLUDED
#include <ripple/beast/utility/PropertyStream.h>
#include <ripple/json/json_value.h>
#include <xrpl/beast/utility/PropertyStream.h>
#include <xrpl/json/json_value.h>
namespace ripple {

View File

@@ -20,7 +20,7 @@
#ifndef RIPPLE_JSON_OBJECT_H_INCLUDED
#define RIPPLE_JSON_OBJECT_H_INCLUDED
#include <ripple/json/Writer.h>
#include <xrpl/json/Writer.h>
#include <memory>
namespace Json {

View File

@@ -20,10 +20,10 @@
#ifndef RIPPLE_JSON_WRITER_H_INCLUDED
#define RIPPLE_JSON_WRITER_H_INCLUDED
#include <ripple/basics/ToString.h>
#include <ripple/basics/contract.h>
#include <ripple/json/Output.h>
#include <ripple/json/json_value.h>
#include <xrpl/basics/ToString.h>
#include <xrpl/basics/contract.h>
#include <xrpl/json/Output.h>
#include <xrpl/json/json_value.h>
#include <memory>
namespace Json {

View File

@@ -20,7 +20,7 @@
#ifndef RIPPLE_JSON_JSON_ASSERT_H_INCLUDED
#define RIPPLE_JSON_JSON_ASSERT_H_INCLUDED
#include <ripple/json/json_errors.h>
#include <xrpl/json/json_errors.h>
#define JSON_ASSERT_UNREACHABLE assert(false)
#define JSON_ASSERT(condition) \

View File

@@ -22,8 +22,8 @@
#define CPPTL_JSON_READER_H_INCLUDED
#include <ripple/json/json_forwards.h>
#include <ripple/json/json_value.h>
#include <xrpl/json/json_forwards.h>
#include <xrpl/json/json_value.h>
#include <boost/asio/buffer.hpp>
#include <stack>

View File

@@ -20,7 +20,7 @@
#ifndef RIPPLE_JSON_JSON_VALUE_H_INCLUDED
#define RIPPLE_JSON_JSON_VALUE_H_INCLUDED
#include <ripple/json/json_forwards.h>
#include <xrpl/json/json_forwards.h>
#include <cstring>
#include <map>
#include <string>

View File

@@ -20,8 +20,8 @@
#ifndef RIPPLE_JSON_JSON_WRITER_H_INCLUDED
#define RIPPLE_JSON_JSON_WRITER_H_INCLUDED
#include <ripple/json/json_forwards.h>
#include <ripple/json/json_value.h>
#include <xrpl/json/json_forwards.h>
#include <xrpl/json/json_value.h>
#include <ostream>
#include <vector>