From c54e5a41c4ae0f50a27b93bda0c7d8f128101670 Mon Sep 17 00:00:00 2001 From: Murray Nesbitt Date: Tue, 13 Nov 2018 12:27:52 +0000 Subject: Remove unreferenced boost headers --- src/fs.h | 1 - src/interfaces/node.cpp | 1 - src/rpc/blockchain.cpp | 1 - src/rpc/util.h | 2 -- src/util/system.cpp | 1 - 5 files changed, 6 deletions(-) (limited to 'src') diff --git a/src/fs.h b/src/fs.h index bdccb15232..0082f8b483 100644 --- a/src/fs.h +++ b/src/fs.h @@ -12,7 +12,6 @@ #endif #include -#include /** Filesystem operations and types */ namespace fs = boost::filesystem; diff --git a/src/interfaces/node.cpp b/src/interfaces/node.cpp index 1919e16a66..bd7e414ff3 100644 --- a/src/interfaces/node.cpp +++ b/src/interfaces/node.cpp @@ -35,7 +35,6 @@ #endif #include -#include #include class CWallet; diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 92f6f0fe11..e9bc6d988d 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -38,7 +38,6 @@ #include -#include #include // boost::thread::interrupt #include diff --git a/src/rpc/util.h b/src/rpc/util.h index e21b5ba22a..c125739c20 100644 --- a/src/rpc/util.h +++ b/src/rpc/util.h @@ -9,8 +9,6 @@ #include