Add BeforeBoost.h and tidy up beast system headers

This commit is contained in:
Vinnie Falco
2013-09-01 08:48:52 -07:00
parent 37216bed4d
commit 81a4711e66
33 changed files with 542 additions and 401 deletions

View File

@@ -6,7 +6,7 @@
#include "BeastConfig.h"
#include "beast/modules/beast_core/beast_core.h" // Must come before <boost/bind.hpp>
#include "beast/modules/beast_core/beast_core.h"
#include <boost/bimap.hpp>
#include <boost/bimap/list_of.hpp>

View File

@@ -7,8 +7,6 @@
#ifndef RIPPLE_APP_H_INCLUDED
#define RIPPLE_APP_H_INCLUDED
#include "beast/modules/beast_core/beast_core.h" // Must come before <boost/bind.hpp>
#if BEAST_LINUX || BEAST_MAC || BEAST_BSD
#include <sys/resource.h>
#endif
@@ -19,6 +17,7 @@
// purely abstract and move implementation into .cpp files.
//
#include "beast/modules/beast_core/system/BeforeBoost.h" // must come first
#include <boost/algorithm/string/predicate.hpp>
#include <boost/array.hpp>
#include <boost/asio/read_until.hpp>

View File

@@ -6,8 +6,7 @@
#include "BeastConfig.h"
#include "beast/modules/beast_core/beast_core.h" // Must come before <boost/bind.hpp>
#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>