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

@@ -20,8 +20,10 @@
#include <test/jtx.h>
#include <test/jtx/AMM.h>
#include <test/jtx/Env.h>
#include <xrpld/app/tx/apply.h>
#include <xrpld/app/tx/detail/ApplyContext.h>
#include <xrpl/beast/utility/Journal.h>
#include <xrpl/protocol/InnerObjectFormats.h>
#include <xrpl/protocol/STLedgerEntry.h>