aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-03-14 07:41:23 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2018-04-09 09:18:49 +0200
commit280023f31d7007694f9f77e07868ae122c55cfd7 (patch)
tree4f8bfcab82b05df4e0935c19e025ae3767a29703 /src/wallet/test
parent4781813b56177f8cfc1bf3d4160f75f3ec15e7e2 (diff)
downloadbitcoin-280023f31d7007694f9f77e07868ae122c55cfd7.tar.xz
Remove duplicate includes
Diffstat (limited to 'src/wallet/test')
-rw-r--r--src/wallet/test/wallet_test_fixture.cpp1
1 files changed, 0 insertions, 1 deletions
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())