diff --git a/src/HashedObject.cpp b/src/HashedObject.cpp index de33c0a9e..063d0a421 100644 --- a/src/HashedObject.cpp +++ b/src/HashedObject.cpp @@ -1,5 +1,5 @@ -#include "boost/lexical_cast.hpp" +#include #include "HashedObject.h" #include "Serializer.h" diff --git a/src/LedgerHistory.cpp b/src/LedgerHistory.cpp index ccb5eacce..9a24c3b0e 100644 --- a/src/LedgerHistory.cpp +++ b/src/LedgerHistory.cpp @@ -1,7 +1,7 @@ #include -#include "boost/bind.hpp" +#include #include "LedgerHistory.h" #include "Config.h" diff --git a/src/LedgerNode.cpp b/src/LedgerNode.cpp index 61418484c..c08eeaba2 100644 --- a/src/LedgerNode.cpp +++ b/src/LedgerNode.cpp @@ -1,7 +1,7 @@ #include "Ledger.h" -#include "boost/make_shared.hpp" +#include LedgerStateParms Ledger::writeBack(LedgerStateParms parms, SerializedLedgerEntry::pointer entry) { diff --git a/src/PubKeyCache.cpp b/src/PubKeyCache.cpp index 7705e2fe8..f870908f6 100644 --- a/src/PubKeyCache.cpp +++ b/src/PubKeyCache.cpp @@ -1,7 +1,7 @@ #include "PubKeyCache.h" #include "Application.h" -#include "boost/interprocess/sync/scoped_lock.hpp" +#include CKey::pointer PubKeyCache::locate(const NewcoinAddress& id) diff --git a/src/SerializedObject.cpp b/src/SerializedObject.cpp index 937d28619..05d2add06 100644 --- a/src/SerializedObject.cpp +++ b/src/SerializedObject.cpp @@ -1,7 +1,7 @@ #include "SerializedObject.h" -#include "boost/lexical_cast.hpp" +#include #include "../json/writer.h" diff --git a/src/Transaction.cpp b/src/Transaction.cpp index 0816b30d8..aa9427bbf 100644 --- a/src/Transaction.cpp +++ b/src/Transaction.cpp @@ -1,9 +1,9 @@ #include #include -#include "boost/lexical_cast.hpp" -#include "boost/make_shared.hpp" -#include "boost/ref.hpp" +#include +#include +#include #include "Application.h" #include "Transaction.h" diff --git a/src/TransactionMaster.cpp b/src/TransactionMaster.cpp index f967d26e6..91f0d7d9e 100644 --- a/src/TransactionMaster.cpp +++ b/src/TransactionMaster.cpp @@ -1,8 +1,9 @@ -#include "boost/bind.hpp" +#include "TransactionMaster.h" + +#include #include "Application.h" -#include "TransactionMaster.h" #ifndef CACHED_TRANSACTION_NUM #define CACHED_TRANSACTION_NUM 65536