diff --git a/src/fs.h b/src/fs.h index bdccb152322..0082f8b4835 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 1919e16a667..bd7e414ff31 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 95915b54888..c48224b245a 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -39,7 +39,6 @@ #include -#include #include // boost::thread::interrupt #include diff --git a/src/rpc/util.h b/src/rpc/util.h index 55ae2fa3632..6d1e591f12e 100644 --- a/src/rpc/util.h +++ b/src/rpc/util.h @@ -9,8 +9,6 @@ #include