diff options
-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 { |