mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Be consistent in how we include Boost header files.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
#include "boost/lexical_cast.hpp"
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
#include "HashedObject.h"
|
||||
#include "Serializer.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "boost/bind.hpp"
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
#include "LedgerHistory.h"
|
||||
#include "Config.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#include "Ledger.h"
|
||||
|
||||
#include "boost/make_shared.hpp"
|
||||
#include <boost/make_shared.hpp>
|
||||
|
||||
LedgerStateParms Ledger::writeBack(LedgerStateParms parms, SerializedLedgerEntry::pointer entry)
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "PubKeyCache.h"
|
||||
#include "Application.h"
|
||||
|
||||
#include "boost/interprocess/sync/scoped_lock.hpp"
|
||||
#include <boost/interprocess/sync/scoped_lock.hpp>
|
||||
|
||||
|
||||
CKey::pointer PubKeyCache::locate(const NewcoinAddress& id)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#include "SerializedObject.h"
|
||||
|
||||
#include "boost/lexical_cast.hpp"
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
#include "../json/writer.h"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#include <cassert>
|
||||
|
||||
#include <boost/format.hpp>
|
||||
#include "boost/lexical_cast.hpp"
|
||||
#include "boost/make_shared.hpp"
|
||||
#include "boost/ref.hpp"
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/make_shared.hpp>
|
||||
#include <boost/ref.hpp>
|
||||
|
||||
#include "Application.h"
|
||||
#include "Transaction.h"
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
|
||||
#include "boost/bind.hpp"
|
||||
#include "TransactionMaster.h"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
#include "Application.h"
|
||||
#include "TransactionMaster.h"
|
||||
|
||||
#ifndef CACHED_TRANSACTION_NUM
|
||||
#define CACHED_TRANSACTION_NUM 65536
|
||||
|
||||
Reference in New Issue
Block a user