diff options
| author | Gavin Andresen <[email protected]> | 2011-10-05 10:38:10 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-10-05 10:38:10 -0400 |
| commit | b898c8fce687de9320bfae8dd2392e92c5464831 (patch) | |
| tree | 0eae81bd8a40703143a5bbe74ce6648ca0b143c7 /src/wallet.cpp | |
| parent | Merge pull request #558 from luke-jr/bugfix_CreateThread_ThreadSocketHandler_... (diff) | |
| parent | simpler ByteReverse (diff) | |
| download | discoin-b898c8fce687de9320bfae8dd2392e92c5464831.tar.xz discoin-b898c8fce687de9320bfae8dd2392e92c5464831.zip | |
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 d78e47039..30a561dcb 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; |