Skip to content

Commit c54e5a4

Browse files
committed
Remove unreferenced boost headers
1 parent 47ed24c commit c54e5a4

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

src/fs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#endif
1313

1414
#include <boost/filesystem.hpp>
15-
#include <boost/filesystem/fstream.hpp>
1615

1716
/** Filesystem operations and types */
1817
namespace fs = boost::filesystem;

src/interfaces/node.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
#endif
3636

3737
#include <atomic>
38-
#include <boost/thread/thread.hpp>
3938
#include <univalue.h>
4039

4140
class CWallet;

src/rpc/blockchain.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838

3939
#include <univalue.h>
4040

41-
#include <boost/algorithm/string.hpp>
4241
#include <boost/thread/thread.hpp> // boost::thread::interrupt
4342

4443
#include <memory>

src/rpc/util.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#include <script/standard.h>
1010
#include <univalue.h>
1111

12-
#include <boost/variant/static_visitor.hpp>
13-
1412
#include <string>
1513
#include <vector>
1614

src/util/system.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
#include <malloc.h>
7474
#endif
7575

76-
#include <boost/thread.hpp>
7776
#include <openssl/crypto.h>
7877
#include <openssl/rand.h>
7978
#include <openssl/conf.h>

0 commit comments

Comments
 (0)