diff options
author | Gav Wood <i@gavwood.com> | 2015-05-20 01:51:38 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-05-20 01:51:38 +0800 |
commit | a5005aefff3df5ab10eb594428d9ea93b1a9c8c6 (patch) | |
tree | 8f0cfbe73fecf9f95d2a131c0d4fce7c88c0a5da /libsolidity/SolidityEndToEndTest.cpp | |
parent | bae5779ab27a5d9d0eca7f567453116c16ae0d80 (diff) | |
download | dexon-solidity-a5005aefff3df5ab10eb594428d9ea93b1a9c8c6.tar dexon-solidity-a5005aefff3df5ab10eb594428d9ea93b1a9c8c6.tar.gz dexon-solidity-a5005aefff3df5ab10eb594428d9ea93b1a9c8c6.tar.bz2 dexon-solidity-a5005aefff3df5ab10eb594428d9ea93b1a9c8c6.tar.lz dexon-solidity-a5005aefff3df5ab10eb594428d9ea93b1a9c8c6.tar.xz dexon-solidity-a5005aefff3df5ab10eb594428d9ea93b1a9c8c6.tar.zst dexon-solidity-a5005aefff3df5ab10eb594428d9ea93b1a9c8c6.zip |
Move non-cryptopp dependent stuff into devcore.
Diffstat (limited to 'libsolidity/SolidityEndToEndTest.cpp')
-rw-r--r-- | libsolidity/SolidityEndToEndTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/SolidityEndToEndTest.cpp b/libsolidity/SolidityEndToEndTest.cpp index aa51a674..90ce20d2 100644 --- a/libsolidity/SolidityEndToEndTest.cpp +++ b/libsolidity/SolidityEndToEndTest.cpp @@ -24,7 +24,7 @@ #include <string> #include <tuple> #include <boost/test/unit_test.hpp> -#include <libdevcrypto/Hash.h> +#include <libdevcore/Hash.h> #include <test/libsolidity/solidityExecutionFramework.h> using namespace std; |