aboutsummaryrefslogtreecommitdiff
path: root/src/keystore.cpp
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2015-03-22 15:18:55 -0400
committerCory Fields <cory-nospam-@coryfields.com>2015-03-22 15:18:55 -0400
commita354a59f1f3d08be148a99fa53d8cf76e6b7a784 (patch)
tree8b037df8567a130f7ebe92d7bf2ac6a60f727e68 /src/keystore.cpp
parentf3948a30cd27928fdf9dffbbf90ea6430c869edf (diff)
downloadbitcoin-a354a59f1f3d08be148a99fa53d8cf76e6b7a784.tar.xz
wallet: move crypter to wallet
Diffstat (limited to 'src/keystore.cpp')
-rw-r--r--src/keystore.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keystore.cpp b/src/keystore.cpp
index 7531737e04..3bae24b7b9 100644
--- a/src/keystore.cpp
+++ b/src/keystore.cpp
@@ -5,7 +5,6 @@
#include "keystore.h"
-#include "crypter.h"
#include "key.h"
#include "util.h"