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:
34
src/ripple_app/ripple_app_pt1.cpp
Normal file
34
src/ripple_app/ripple_app_pt1.cpp
Normal file
@@ -0,0 +1,34 @@
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
Copyright (c) 2011-2013, OpenCoin, Inc.
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include "BeastConfig.h"
|
||||
|
||||
#include "beast/modules/beast_core/system/BeforeBoost.h" // must come first
|
||||
#include <boost/bimap.hpp>
|
||||
#include <boost/bimap/multiset_of.hpp>
|
||||
#include <boost/bimap/unordered_set_of.hpp>
|
||||
|
||||
#include "ripple_app.h"
|
||||
|
||||
namespace ripple
|
||||
{
|
||||
|
||||
#include "peers/ripple_PeerSet.cpp"
|
||||
#include "misc/ripple_OrderBook.cpp"
|
||||
# include "misc/PowResult.h"
|
||||
# include "misc/ProofOfWork.h"
|
||||
# include "misc/ProofOfWorkFactory.h"
|
||||
#include "misc/ProofOfWorkFactory.cpp"
|
||||
#include "misc/ProofOfWork.cpp"
|
||||
#include "misc/ripple_SerializedTransaction.cpp"
|
||||
|
||||
#include "shamap/ripple_SHAMapSyncFilters.cpp" // requires Application
|
||||
|
||||
#include "consensus/ripple_LedgerConsensus.cpp"
|
||||
|
||||
#include "ledger/LedgerMaster.cpp"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user