diff options
author | chriseth <chris@ethereum.org> | 2016-08-25 01:41:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-25 01:41:12 +0800 |
commit | d5e4b7492ebf28182d71e2bbc9aece24e4e16182 (patch) | |
tree | 494a6dcbd784ec1502d4fa3733171fa220f61293 /test/contracts/Wallet.cpp | |
parent | e20afc71ce6ac16edc2fdbd301d7698da8d34c04 (diff) | |
parent | 23acb383d578735b85318217fddd94809336c9b2 (diff) | |
download | dexon-solidity-d5e4b7492ebf28182d71e2bbc9aece24e4e16182.tar.gz dexon-solidity-d5e4b7492ebf28182d71e2bbc9aece24e4e16182.tar.zst dexon-solidity-d5e4b7492ebf28182d71e2bbc9aece24e4e16182.zip |
Merge pull request #928 from winsvega/solremove
remove sha256 and rmd160 hash
Diffstat (limited to 'test/contracts/Wallet.cpp')
-rw-r--r-- | test/contracts/Wallet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/contracts/Wallet.cpp b/test/contracts/Wallet.cpp index 27bdb396..7a9b0b17 100644 --- a/test/contracts/Wallet.cpp +++ b/test/contracts/Wallet.cpp @@ -32,7 +32,6 @@ #pragma warning(pop) #endif -#include <libdevcore/Hash.h> #include <test/libsolidity/SolidityExecutionFramework.h> using namespace std; |