diff options
author | Gav Wood <i@gavwood.com> | 2014-09-06 00:24:29 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-09-06 00:24:29 +0800 |
commit | 55d0e1c34ef3c14b2c262fe7edd4fdc2f18bcfb5 (patch) | |
tree | 247519b7da49081cd572868d836249cece6d27b9 /Compiler.h | |
parent | 6ff57fe0759d13a97346cf5590f57ad729cbbae7 (diff) | |
download | dexon-solidity-55d0e1c34ef3c14b2c262fe7edd4fdc2f18bcfb5.tar.gz dexon-solidity-55d0e1c34ef3c14b2c262fe7edd4fdc2f18bcfb5.tar.zst dexon-solidity-55d0e1c34ef3c14b2c262fe7edd4fdc2f18bcfb5.zip |
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
Diffstat (limited to 'Compiler.h')
-rw-r--r-- | Compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ #include <string> #include <vector> -#include <libethential/Common.h> +#include <libdevcore/Common.h> namespace dev { |