diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-10-05 10:38:10 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-10-05 10:38:10 -0400 |
commit | b898c8fce687de9320bfae8dd2392e92c5464831 (patch) | |
tree | 0eae81bd8a40703143a5bbe74ce6648ca0b143c7 /src/wallet.cpp | |
parent | 8bc52d069247b3c7968bbb5c9ced9e6a7baa57e8 (diff) | |
parent | 452506fc4153be072fe443fe3e3cbf76d9563a42 (diff) |
Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoin
Diffstat (limited to 'src/wallet.cpp')
-rw-r--r-- | src/wallet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp index d78e470396..30a561dcb4 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -5,7 +5,6 @@ #include "headers.h" #include "db.h" -#include "cryptopp/sha.h" #include "crypter.h" using namespace std; |