mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
Update Instruction.h location
This commit is contained in:
parent
47e654c06d
commit
2bd4d6cd07
5 changed files with 5 additions and 5 deletions
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include <libdevcore/Common.h>
|
||||
#include <libdevcore/CommonIO.h>
|
||||
#include <libevmface/Instruction.h>
|
||||
#include <libevmcore/Instruction.h>
|
||||
#include <libevmjit/Compiler.h>
|
||||
#include <libevmjit/ExecutionEngine.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
#include <llvm/PassManager.h>
|
||||
#include <llvm/Transforms/Scalar.h>
|
||||
|
||||
#include <libevmface/Instruction.h>
|
||||
#include <libevmcore/Instruction.h>
|
||||
|
||||
#include "Type.h"
|
||||
#include "Memory.h"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include <llvm/IR/Function.h>
|
||||
#include <llvm/IR/IntrinsicInst.h>
|
||||
|
||||
#include <libevmface/Instruction.h>
|
||||
#include <libevmcore/Instruction.h>
|
||||
#include <libevm/FeeStructure.h>
|
||||
|
||||
#include "Type.h"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <libevmface/Instruction.h>
|
||||
#include <libevmcore/Instruction.h>
|
||||
|
||||
#include "CompilerHelper.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include <libdevcore/Common.h>
|
||||
#include <libdevcore/Log.h>
|
||||
#include <libevmface/Instruction.h>
|
||||
#include <libevmcore/Instruction.h>
|
||||
|
||||
namespace dev
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue