diff options
author | Dimitry <dimitry@ethdev.com> | 2016-08-24 23:52:49 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2016-08-24 23:52:49 +0800 |
commit | 23acb383d578735b85318217fddd94809336c9b2 (patch) | |
tree | a4881e51b19003ee689da7e5328ddd484121d333 /test/contracts/FixedFeeRegistrar.cpp | |
parent | e7683f4722791d39ca63913ec98feb1ea9f5164d (diff) | |
download | dexon-solidity-23acb383d578735b85318217fddd94809336c9b2.tar.gz dexon-solidity-23acb383d578735b85318217fddd94809336c9b2.tar.zst dexon-solidity-23acb383d578735b85318217fddd94809336c9b2.zip |
remove sha256 and rmd160 hash
Diffstat (limited to 'test/contracts/FixedFeeRegistrar.cpp')
-rw-r--r-- | test/contracts/FixedFeeRegistrar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/contracts/FixedFeeRegistrar.cpp b/test/contracts/FixedFeeRegistrar.cpp index 63db0531..6d79bec6 100644 --- a/test/contracts/FixedFeeRegistrar.cpp +++ b/test/contracts/FixedFeeRegistrar.cpp @@ -32,7 +32,6 @@ #pragma warning(pop) #endif -#include <libdevcore/Hash.h> #include <test/libsolidity/SolidityExecutionFramework.h> using namespace std; |