aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-11-16 22:26:34 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2017-11-16 22:26:34 +0100
commita720b928c80f18d340173f39f63e7ef9cfb367c1 (patch)
tree05b9a3a0f1822ca807e3bdcf0dcd4aefdb46268c /src/wallet
parent99bc0b428b03b571afbc311b7f18fd3a707ac5af (diff)
downloadbitcoin-a720b928c80f18d340173f39f63e7ef9cfb367c1.tar.xz
Remove includes in .cpp files for things the corresponding .h file already included
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/db.cpp1
-rw-r--r--src/wallet/wallet.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/wallet/db.cpp b/src/wallet/db.cpp
index c6fd95f250..47b9517df2 100644
--- a/src/wallet/db.cpp
+++ b/src/wallet/db.cpp
@@ -6,7 +6,6 @@
#include <wallet/db.h>
#include <addrman.h>
-#include <fs.h>
#include <hash.h>
#include <protocol.h>
#include <util.h>
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index edc1ca6ef8..1a031a2624 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -23,12 +23,10 @@
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <script/script.h>
-#include <script/sign.h>
#include <scheduler.h>
#include <timedata.h>
#include <txmempool.h>
#include <util.h>
-#include <ui_interface.h>
#include <utilmoneystr.h>
#include <wallet/fees.h>