mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Move ./modules to ./src
This commit is contained in:
32
src/ripple_app/ripple_app_pt4.cpp
Normal file
32
src/ripple_app/ripple_app_pt4.cpp
Normal file
@@ -0,0 +1,32 @@
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
Copyright (c) 2011-2013, OpenCoin, Inc.
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include "BeastConfig.h"
|
||||
|
||||
#include "ripple_app.h"
|
||||
|
||||
#include "../ripple_net/ripple_net.h"
|
||||
|
||||
namespace ripple
|
||||
{
|
||||
|
||||
#include "paths/ripple_RippleState.cpp"
|
||||
|
||||
#include "peers/ripple_UniqueNodeList.cpp"
|
||||
|
||||
#include "ledger/ripple_InboundLedger.cpp"
|
||||
|
||||
#include "tx/PaymentTransactor.cpp"
|
||||
#include "tx/RegularKeySetTransactor.cpp"
|
||||
#include "tx/TransactionCheck.cpp"
|
||||
#include "tx/TransactionMaster.cpp"
|
||||
#include "tx/TrustSetTransactor.cpp"
|
||||
#include "tx/Transaction.cpp"
|
||||
#include "tx/TransactionEngine.cpp"
|
||||
#include "tx/TransactionMeta.cpp"
|
||||
#include "tx/Transactor.cpp"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user