diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-03-14 07:41:23 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-04-09 09:18:49 +0200 |
commit | 280023f31d7007694f9f77e07868ae122c55cfd7 (patch) | |
tree | 4f8bfcab82b05df4e0935c19e025ae3767a29703 /src/wallet | |
parent | 4781813b56177f8cfc1bf3d4160f75f3ec15e7e2 (diff) |
Remove duplicate includes
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/db.cpp | 1 | ||||
-rw-r--r-- | src/wallet/test/wallet_test_fixture.cpp | 1 | ||||
-rw-r--r-- | src/wallet/wallet.cpp | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/src/wallet/db.cpp b/src/wallet/db.cpp index 553cae4d02..91dde45423 100644 --- a/src/wallet/db.cpp +++ b/src/wallet/db.cpp @@ -8,7 +8,6 @@ #include <addrman.h> #include <hash.h> #include <protocol.h> -#include <util.h> #include <utilstrencodings.h> #include <wallet/walletutil.h> diff --git a/src/wallet/test/wallet_test_fixture.cpp b/src/wallet/test/wallet_test_fixture.cpp index 5c550742c8..1452c5b548 100644 --- a/src/wallet/test/wallet_test_fixture.cpp +++ b/src/wallet/test/wallet_test_fixture.cpp @@ -6,7 +6,6 @@ #include <rpc/server.h> #include <wallet/db.h> -#include <wallet/wallet.h> WalletTestingSetup::WalletTestingSetup(const std::string& chainName): TestingSetup(chainName), m_wallet("mock", CWalletDBWrapper::CreateMock()) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 894dfb035c..5485eb797e 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -8,7 +8,6 @@ #include <checkpoints.h> #include <chain.h> #include <wallet/coincontrol.h> -#include <wallet/coinselection.h> #include <consensus/consensus.h> #include <consensus/validation.h> #include <fs.h> @@ -26,7 +25,6 @@ #include <scheduler.h> #include <timedata.h> #include <txmempool.h> -#include <util.h> #include <utilmoneystr.h> #include <wallet/fees.h> |