diff --git a/evmjit/libevmjit/Type.h b/evmjit/libevmjit/Type.h index b54d101cb..5e5b9dde5 100644 --- a/evmjit/libevmjit/Type.h +++ b/evmjit/libevmjit/Type.h @@ -4,7 +4,7 @@ #include #include #include -#include "preprocessor/llvm_includes_end.h" // FIXME: LLVM 3.7: check if needed +#include "preprocessor/llvm_includes_end.h" #include "evmjit/JIT.h" // ReturnCode diff --git a/test/libevm/vm.cpp b/test/libevm/vm.cpp index b64b19a1e..fdfb180fb 100644 --- a/test/libevm/vm.cpp +++ b/test/libevm/vm.cpp @@ -325,8 +325,6 @@ void doVMTests(json_spirit::mValue& v, bool _fillin) } fev.codeHash = sha3(fev.code); - fev.codeHash = sha3(fev.code); - bytes output; bool vmExceptionOccured = false; try