Rewrite includes

$ find src/ripple/ src/test/ -type f -exec sed -i 's:include\s*["<]ripple/\(.*\)\.h\(pp\)\?[">]:include <ripple/\1.h>:' {} +
This commit is contained in:
Pretty Printer
2024-03-23 13:58:11 -05:00
committed by John Freeman
parent 760f16f568
commit 0eebe6a5f4
27 changed files with 52 additions and 52 deletions

View File

@@ -17,6 +17,7 @@
*/
//==============================================================================
#include <ripple/app/paths/AMMContext.h>
#include <ripple/app/paths/Flow.h>
#include <ripple/app/paths/impl/Steps.h>
#include <ripple/app/paths/impl/StrandFlow.h>
@@ -28,7 +29,6 @@
#include <ripple/ledger/Sandbox.h>
#include <ripple/protocol/Feature.h>
#include <ripple/protocol/jss.h>
#include "ripple/app/paths/AMMContext.h"
#include <test/jtx.h>
#include <test/jtx/PathSet.h>