Uniform include of BeastConfig.h

This commit is contained in:
Vinnie Falco
2013-06-27 19:44:46 -07:00
parent f55601dffc
commit 443551abe6
9 changed files with 16 additions and 4 deletions

View File

@@ -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"
//------------------------------------------------------------------------------

View File

@@ -10,6 +10,8 @@
@ingroup ripple_basics
*/
#include "BeastConfig.h"
#include "ripple_basics.h"
// VFALCO TODO Rewrite Sustain to use beast::Process

View File

@@ -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"

View File

@@ -10,6 +10,8 @@
@ingroup ripple_core
*/
#include "BeastConfig.h"
#include "ripple_core.h"
#include <fstream>

View File

@@ -10,6 +10,8 @@
@ingroup ripple_data
*/
#include "BeastConfig.h"
#include "ripple_data.h"
#include <algorithm>

View File

@@ -10,6 +10,8 @@
@ingroup ripple_json
*/
#include "BeastConfig.h"
#include "ripple_json.h"
#include <stdexcept>

View File

@@ -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"

View File

@@ -10,6 +10,8 @@
@ingroup ripple_sqlite
*/
#include "BeastConfig.h"
// This prevents sqlite.h from being included
//
#define RIPPLE_SQLITE_MODULE_INCLUDED 1

View File

@@ -4,6 +4,8 @@
*/
//==============================================================================
#include "BeastConfig.h"
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS 1
#endif