mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Uniform include of BeastConfig.h
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#include "BeastConfig.h"
|
||||
|
||||
// VFALCO NOTE Holy smokes...that's a lot of boost!!!
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
@@ -71,8 +73,6 @@
|
||||
|
||||
#include "../ripple_data/ripple_data.h"
|
||||
|
||||
|
||||
|
||||
#include "../modules/ripple_websocket/ripple_websocket.h"
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
@ingroup ripple_basics
|
||||
*/
|
||||
|
||||
#include "BeastConfig.h"
|
||||
|
||||
#include "ripple_basics.h"
|
||||
|
||||
// VFALCO TODO Rewrite Sustain to use beast::Process
|
||||
|
||||
@@ -37,8 +37,6 @@
|
||||
# include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#include "BeastConfig.h" // Must come before any Beast includes
|
||||
|
||||
#include "modules/beast_core/beast_core.h"
|
||||
#include "modules/beast_basics/beast_basics.h"
|
||||
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
@ingroup ripple_core
|
||||
*/
|
||||
|
||||
#include "BeastConfig.h"
|
||||
|
||||
#include "ripple_core.h"
|
||||
|
||||
#include <fstream>
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
@ingroup ripple_data
|
||||
*/
|
||||
|
||||
#include "BeastConfig.h"
|
||||
|
||||
#include "ripple_data.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
@ingroup ripple_json
|
||||
*/
|
||||
|
||||
#include "BeastConfig.h"
|
||||
|
||||
#include "ripple_json.h"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
|
||||
// Unity build file for LevelDB
|
||||
|
||||
#include "BeastConfig.h"
|
||||
|
||||
#include "ripple_leveldb.h"
|
||||
|
||||
#include "beast/modules/beast_core/system/beast_TargetPlatform.h"
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
@ingroup ripple_sqlite
|
||||
*/
|
||||
|
||||
#include "BeastConfig.h"
|
||||
|
||||
// This prevents sqlite.h from being included
|
||||
//
|
||||
#define RIPPLE_SQLITE_MODULE_INCLUDED 1
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include "BeastConfig.h"
|
||||
|
||||
#ifndef __STDC_LIMIT_MACROS
|
||||
#define __STDC_LIMIT_MACROS 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user