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:
24
src/ripple_app/ripple_app_pt7.cpp
Normal file
24
src/ripple_app/ripple_app_pt7.cpp
Normal file
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
Copyright (c) 2011-2013, OpenCoin, Inc.
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include "BeastConfig.h"
|
||||
|
||||
#include "ripple_app.h"
|
||||
|
||||
namespace ripple
|
||||
{
|
||||
|
||||
#include "ledger/ripple_InboundLedgers.cpp"
|
||||
#include "ledger/ripple_LedgerHistory.cpp"
|
||||
#include "misc/ripple_SerializedLedger.cpp"
|
||||
#include "tx/ripple_TransactionAcquire.cpp"
|
||||
#include "peers/ripple_Peers.cpp"
|
||||
|
||||
# include "tx/TxQueueEntry.h"
|
||||
# include "tx/TxQueue.h"
|
||||
#include "misc/NetworkOPs.cpp"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user