From 34f16940eabe75a582fc864978ea67793c04a7bb Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 6 Nov 2014 14:50:18 +0100 Subject: [PATCH] Moved instructions and assembly to new libevmcore. --- createRandomTest.cpp | 2 +- vm.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/createRandomTest.cpp b/createRandomTest.cpp index 28e4342d7..321e515d6 100644 --- a/createRandomTest.cpp +++ b/createRandomTest.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include "vm.h" using namespace std; diff --git a/vm.h b/vm.h index 1ed33e5fa..a52a02e31 100644 --- a/vm.h +++ b/vm.h @@ -29,7 +29,7 @@ along with cpp-ethereum. If not, see . #include "JsonSpiritHeaders.h" #include #include -#include +#include #include #include #include