From 80b80325017d4821370c4c8d2d25b6e56a7866ec Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Sun, 11 Jun 2017 14:31:37 +0200 Subject: [PATCH] Merge #10561: Remove duplicate includes e53a0fa Remove duplicate includes (practicalswift) Tree-SHA512: 5101afaf190ade3ffbea666ff5d0cb59d3e1dbdd9a3db3d91df7b51c13cc9f5a699438e8a753655365f6dc14529bc95883e715b5a6ab73158374e13ec311f70b --- src/httprpc.cpp | 1 - src/qt/rpcconsole.cpp | 1 - src/wallet/rpcwallet.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/src/httprpc.cpp b/src/httprpc.cpp index 3c4389bdd9..ce64fb444d 100644 --- a/src/httprpc.cpp +++ b/src/httprpc.cpp @@ -16,7 +16,6 @@ #include "ui_interface.h" #include "crypto/hmac_sha256.h" #include -#include "utilstrencodings.h" #include // boost::trim #include //BOOST_FOREACH diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index b50f11d90a..f174c2b04b 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -14,7 +14,6 @@ #include "clientmodel.h" #include "guiutil.h" #include "platformstyle.h" - #include "chainparams.h" #include "netbase.h" #include "rpc/server.h" diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 70185800c2..0adbedcf25 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -10,7 +10,6 @@ #include "consensus/validation.h" #include "core_io.h" #include "init.h" -#include "wallet/coincontrol.h" #include "instantsend.h" #include "net.h" #include "policy/feerate.h"