diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-06-11 14:31:37 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-06-11 14:32:30 +0200 |
| commit | e4918316d80f0541189c40039095c716a09d636e (patch) | |
| tree | 297b1bb116d4c4505c9ce9f3a5ebd0838d18198b /src | |
| parent | Merge #10566: [docs] Use the "domain name setup" image (previously unused) in... (diff) | |
| parent | Remove duplicate includes (diff) | |
| download | discoin-e4918316d80f0541189c40039095c716a09d636e.tar.xz discoin-e4918316d80f0541189c40039095c716a09d636e.zip | |
Merge #10561: Remove duplicate includes
e53a0fa Remove duplicate includes (practicalswift)
Tree-SHA512: 5101afaf190ade3ffbea666ff5d0cb59d3e1dbdd9a3db3d91df7b51c13cc9f5a699438e8a753655365f6dc14529bc95883e715b5a6ab73158374e13ec311f70b
Diffstat (limited to 'src')
| -rw-r--r-- | src/httprpc.cpp | 1 | ||||
| -rw-r--r-- | src/qt/rpcconsole.cpp | 2 | ||||
| -rw-r--r-- | src/wallet/rpcwallet.cpp | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/src/httprpc.cpp b/src/httprpc.cpp index 5ab6d8d73..9e0bcd7a0 100644 --- a/src/httprpc.cpp +++ b/src/httprpc.cpp @@ -16,7 +16,6 @@ #include "ui_interface.h" #include "crypto/hmac_sha256.h" #include <stdio.h> -#include "utilstrencodings.h" #include <boost/algorithm/string.hpp> // boost::trim #include <boost/foreach.hpp> //BOOST_FOREACH diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index b200cb112..b17693e1c 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -13,8 +13,6 @@ #include "clientmodel.h" #include "guiutil.h" #include "platformstyle.h" -#include "bantablemodel.h" - #include "chainparams.h" #include "netbase.h" #include "rpc/server.h" diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 07d1e10cd..73f22c594 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -9,7 +9,6 @@ #include "consensus/validation.h" #include "core_io.h" #include "init.h" -#include "wallet/coincontrol.h" #include "validation.h" #include "net.h" #include "policy/feerate.h" |