mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
refactor: Modularise ledger (#5493)
This change moves the ledger code to libxrpl.
This commit is contained in:
@@ -17,10 +17,9 @@
|
||||
|
||||
#include <test/jtx.h>
|
||||
|
||||
#include <xrpld/ledger/BookDirs.h>
|
||||
#include <xrpld/ledger/Sandbox.h>
|
||||
|
||||
#include <xrpl/basics/random.h>
|
||||
#include <xrpl/ledger/BookDirs.h>
|
||||
#include <xrpl/ledger/Sandbox.h>
|
||||
#include <xrpl/protocol/Feature.h>
|
||||
#include <xrpl/protocol/Protocol.h>
|
||||
#include <xrpl/protocol/jss.h>
|
||||
|
||||
Reference in New Issue
Block a user