diff options
author | Vitalik Buterin <v@buterin.com> | 2014-07-02 01:29:58 +0800 |
---|---|---|
committer | Vitalik Buterin <v@buterin.com> | 2014-07-02 01:29:58 +0800 |
commit | a8133b6f489cd7357e64c918d096d1180962670e (patch) | |
tree | 487ae6d5886fd7caf665d60d2a97637cc25b0867 | |
parent | 3174a5e0c6072004159326f000c0e1dfe6703b00 (diff) | |
download | dexon-solidity-a8133b6f489cd7357e64c918d096d1180962670e.tar.gz dexon-solidity-a8133b6f489cd7357e64c918d096d1180962670e.tar.zst dexon-solidity-a8133b6f489cd7357e64c918d096d1180962670e.zip |
Removed libethcore dependencies
-rw-r--r-- | Assembly.h | 1 | ||||
-rw-r--r-- | Exceptions.h | 2 |
2 files changed, 0 insertions, 3 deletions
@@ -25,7 +25,6 @@ #include <sstream> #include <libethential/Common.h> #include <libevmface/Instruction.h> -#include <libethcore/SHA3.h> #include "Exceptions.h" namespace eth diff --git a/Exceptions.h b/Exceptions.h index 79b7cd52..a1aee173 100644 --- a/Exceptions.h +++ b/Exceptions.h @@ -21,8 +21,6 @@ #pragma once -#include <libethcore/Exceptions.h> - namespace eth { |