refactor: Improve ordering of headers with clang-format (#5343)

Removes all manual header groupings from source and header files by leveraging clang-format options.
This commit is contained in:
Ed Hennis
2025-03-12 18:33:21 -04:00
committed by GitHub
parent ed8e32cc92
commit c17676a9be
621 changed files with 750 additions and 30 deletions

View File

@@ -18,6 +18,7 @@
//==============================================================================
#include <test/jtx.h>
#include <xrpl/protocol/Feature.h>
#include <functional>

View File

@@ -18,6 +18,7 @@
//==============================================================================
#include <test/jtx.h>
#include <xrpl/basics/contract.h>
#include <xrpl/beast/unit_test.h>
#include <xrpl/json/json_reader.h> // Json::Reader

View File

@@ -18,6 +18,7 @@
//==============================================================================
#include <test/jtx.h>
#include <xrpl/basics/strHex.h>
namespace ripple {

View File

@@ -18,6 +18,7 @@
//==============================================================================
#include <test/jtx.h>
#include <xrpl/beast/unit_test.h>
#include <xrpl/protocol/STIssue.h>
@@ -161,4 +162,4 @@ public:
BEAST_DEFINE_TESTSUITE(STIssue, ripple_data, ripple);
} // namespace test
} // namespace ripple
} // namespace ripple

View File

@@ -18,6 +18,7 @@
//==============================================================================
#include <test/jtx.h>
#include <xrpl/beast/unit_test.h>
#include <xrpl/json/json_reader.h>
#include <xrpl/json/to_string.h>

View File

@@ -18,6 +18,7 @@
//==============================================================================
#include <test/jtx.h>
#include <xrpl/basics/random.h>
#include <xrpl/beast/unit_test.h>
#include <xrpl/beast/xor_shift_engine.h>