aboutsummaryrefslogtreecommitdiffstats
path: root/test/contracts/Wallet.cpp
diff options
context:
space:
mode:
authorDimitry <dimitry@ethdev.com>2016-08-24 23:52:49 +0800
committerDimitry <dimitry@ethdev.com>2016-08-24 23:52:49 +0800
commit23acb383d578735b85318217fddd94809336c9b2 (patch)
treea4881e51b19003ee689da7e5328ddd484121d333 /test/contracts/Wallet.cpp
parente7683f4722791d39ca63913ec98feb1ea9f5164d (diff)
downloaddexon-solidity-23acb383d578735b85318217fddd94809336c9b2.tar.gz
dexon-solidity-23acb383d578735b85318217fddd94809336c9b2.tar.zst
dexon-solidity-23acb383d578735b85318217fddd94809336c9b2.zip
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;