aboutsummaryrefslogtreecommitdiff
path: root/src/keystore.cpp
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-11-16 22:26:34 +0100
committerpracticalswift <[email protected]>2017-11-16 22:26:34 +0100
commita720b928c80f18d340173f39f63e7ef9cfb367c1 (patch)
tree05b9a3a0f1822ca807e3bdcf0dcd4aefdb46268c /src/keystore.cpp
parentMerge #11087: Diagnose unsuitable outputs in lockunspent(). (diff)
downloaddiscoin-a720b928c80f18d340173f39f63e7ef9cfb367c1.tar.xz
discoin-a720b928c80f18d340173f39f63e7ef9cfb367c1.zip
Remove includes in .cpp files for things the corresponding .h file already included
Diffstat (limited to 'src/keystore.cpp')
-rw-r--r--src/keystore.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keystore.cpp b/src/keystore.cpp
index 5718a14ca..4ab089e03 100644
--- a/src/keystore.cpp
+++ b/src/keystore.cpp
@@ -5,8 +5,6 @@
#include <keystore.h>
-#include <key.h>
-#include <pubkey.h>
#include <util.h>
bool CKeyStore::AddKey(const CKey &key) {