From a720b928c80f18d340173f39f63e7ef9cfb367c1 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Thu, 16 Nov 2017 22:26:34 +0100 Subject: Remove includes in .cpp files for things the corresponding .h file already included --- src/rpc/client.cpp | 2 -- src/rpc/mining.cpp | 2 -- src/rpc/protocol.cpp | 1 - src/rpc/server.cpp | 2 -- 4 files changed, 7 deletions(-) (limited to 'src/rpc') diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index a595b6ec27..f2fa114313 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -10,8 +10,6 @@ #include #include -#include - class CRPCConvertParam { public: diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp index 1753ecd3fc..d003be4954 100644 --- a/src/rpc/mining.cpp +++ b/src/rpc/mining.cpp @@ -29,8 +29,6 @@ #include #include -#include - unsigned int ParseConfirmTarget(const UniValue& value) { int target = value.get_int(); diff --git a/src/rpc/protocol.cpp b/src/rpc/protocol.cpp index 4cb28c2104..d999a08d74 100644 --- a/src/rpc/protocol.cpp +++ b/src/rpc/protocol.cpp @@ -12,7 +12,6 @@ #include #include -#include #include /** diff --git a/src/rpc/server.cpp b/src/rpc/server.cpp index fa81398272..239d4b4cfe 100644 --- a/src/rpc/server.cpp +++ b/src/rpc/server.cpp @@ -14,8 +14,6 @@ #include #include -#include - #include #include #include // for to_upper() -- cgit v1.2.3