diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-06-09 10:25:26 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-06-09 10:25:26 +0200 |
commit | 49de096c2adcfaf15f99a3355dc4e22f79d56928 (patch) | |
tree | 4ee7505fae6b4190e1753d819657d35e62843499 /src/keystore.cpp | |
parent | 29f80cd230c38d7e424810e986c160ddba9b53ac (diff) |
Remove unused Boost includes
Diffstat (limited to 'src/keystore.cpp')
-rw-r--r-- | src/keystore.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keystore.cpp b/src/keystore.cpp index b17567e99b..8454175ca8 100644 --- a/src/keystore.cpp +++ b/src/keystore.cpp @@ -9,8 +9,6 @@ #include "pubkey.h" #include "util.h" -#include <boost/foreach.hpp> - bool CKeyStore::AddKey(const CKey &key) { return AddKeyPubKey(key, key.GetPubKey()); } |