Remove unreferenced boost headers

This commit is contained in:
Murray Nesbitt 2018-11-13 12:27:52 +00:00
parent 47ed24cf8a
commit c54e5a41c4
5 changed files with 0 additions and 6 deletions

View file

@ -12,7 +12,6 @@
#endif
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
/** Filesystem operations and types */
namespace fs = boost::filesystem;

View file

@ -35,7 +35,6 @@
#endif
#include <atomic>
#include <boost/thread/thread.hpp>
#include <univalue.h>
class CWallet;

View file

@ -38,7 +38,6 @@
#include <univalue.h>
#include <boost/algorithm/string.hpp>
#include <boost/thread/thread.hpp> // boost::thread::interrupt
#include <memory>

View file

@ -9,8 +9,6 @@
#include <script/standard.h>
#include <univalue.h>
#include <boost/variant/static_visitor.hpp>
#include <string>
#include <vector>

View file

@ -73,7 +73,6 @@
#include <malloc.h>
#endif
#include <boost/thread.hpp>
#include <openssl/crypto.h>
#include <openssl/rand.h>
#include <openssl/conf.h>