aboutsummaryrefslogtreecommitdiffstats
path: root/test/contracts/Wallet.cpp
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-08-25 01:41:12 +0800
committerGitHub <noreply@github.com>2016-08-25 01:41:12 +0800
commitd5e4b7492ebf28182d71e2bbc9aece24e4e16182 (patch)
tree494a6dcbd784ec1502d4fa3733171fa220f61293 /test/contracts/Wallet.cpp
parente20afc71ce6ac16edc2fdbd301d7698da8d34c04 (diff)
parent23acb383d578735b85318217fddd94809336c9b2 (diff)
downloaddexon-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.cpp1
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;