Move NodeStore and backends to ripple_core

This commit is contained in:
Vinnie Falco
2013-09-01 09:22:34 -07:00
parent 81a4711e66
commit 649b20a5f2
26 changed files with 205 additions and 231 deletions

View File

@@ -4,26 +4,13 @@
*/
//==============================================================================
/** Add this to get the @ref ripple_data module.
@file ripple_data.cpp
@ingroup ripple_data
*/
#include "BeastConfig.h"
#include "ripple_data.h"
#include <algorithm>
#include <cassert>
#include <cmath>
#include <iomanip>
#include <iostream>
#include <limits.h>
#include <map>
#include <string>
#include <vector>
//#include <cmath>
#include "beast/modules/beast_core/system/BeforeBoost.h" // must come first
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/trim.hpp>