Update Instruction.h location

This commit is contained in:
Paweł Bylica 2014-11-14 10:51:47 +01:00
parent 47e654c06d
commit 2bd4d6cd07
5 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@
#include <libdevcore/Common.h> #include <libdevcore/Common.h>
#include <libdevcore/CommonIO.h> #include <libdevcore/CommonIO.h>
#include <libevmface/Instruction.h> #include <libevmcore/Instruction.h>
#include <libevmjit/Compiler.h> #include <libevmjit/Compiler.h>
#include <libevmjit/ExecutionEngine.h> #include <libevmjit/ExecutionEngine.h>

View file

@ -13,7 +13,7 @@
#include <llvm/PassManager.h> #include <llvm/PassManager.h>
#include <llvm/Transforms/Scalar.h> #include <llvm/Transforms/Scalar.h>
#include <libevmface/Instruction.h> #include <libevmcore/Instruction.h>
#include "Type.h" #include "Type.h"
#include "Memory.h" #include "Memory.h"

View file

@ -5,7 +5,7 @@
#include <llvm/IR/Function.h> #include <llvm/IR/Function.h>
#include <llvm/IR/IntrinsicInst.h> #include <llvm/IR/IntrinsicInst.h>
#include <libevmface/Instruction.h> #include <libevmcore/Instruction.h>
#include <libevm/FeeStructure.h> #include <libevm/FeeStructure.h>
#include "Type.h" #include "Type.h"

View file

@ -1,7 +1,7 @@
#pragma once #pragma once
#include <libevmface/Instruction.h> #include <libevmcore/Instruction.h>
#include "CompilerHelper.h" #include "CompilerHelper.h"

View file

@ -5,7 +5,7 @@
#include <libdevcore/Common.h> #include <libdevcore/Common.h>
#include <libdevcore/Log.h> #include <libdevcore/Log.h>
#include <libevmface/Instruction.h> #include <libevmcore/Instruction.h>
namespace dev namespace dev
{ {