mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
move libevmcore to solidity
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include <memory>
|
||||
#include <boost/noncopyable.hpp>
|
||||
#include <libevmasm/SourceLocation.h>
|
||||
#include <libevmcore/Instruction.h>
|
||||
#include <libevmasm/Instruction.h>
|
||||
#include <libsolidity/interface/Utils.h>
|
||||
#include <libsolidity/ast/ASTForward.h>
|
||||
#include <libsolidity/parsing/Token.h>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#include <libsolidity/codegen/ArrayUtils.h>
|
||||
#include <libevmcore/Instruction.h>
|
||||
#include <libevmasm/Instruction.h>
|
||||
#include <libsolidity/codegen/CompilerContext.h>
|
||||
#include <libsolidity/codegen/CompilerUtils.h>
|
||||
#include <libsolidity/ast/Types.h>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include <libsolidity/codegen/Compiler.h>
|
||||
#include <algorithm>
|
||||
#include <boost/range/adaptor/reversed.hpp>
|
||||
#include <libevmcore/Instruction.h>
|
||||
#include <libevmasm/Instruction.h>
|
||||
#include <libethcore/ChainOperationParams.h>
|
||||
#include <libevmasm/Assembly.h>
|
||||
#include <libsolidity/inlineasm/AsmCodeGen.h>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <ostream>
|
||||
#include <stack>
|
||||
#include <utility>
|
||||
#include <libevmcore/Instruction.h>
|
||||
#include <libevmasm/Instruction.h>
|
||||
#include <libevmasm/Assembly.h>
|
||||
#include <libsolidity/ast/ASTForward.h>
|
||||
#include <libsolidity/ast/Types.h>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include <libsolidity/codegen/CompilerUtils.h>
|
||||
#include <libsolidity/ast/AST.h>
|
||||
#include <libevmcore/Instruction.h>
|
||||
#include <libevmasm/Instruction.h>
|
||||
#include <libsolidity/codegen/ArrayUtils.h>
|
||||
#include <libsolidity/codegen/LValue.h>
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#include <libsolidity/codegen/LValue.h>
|
||||
#include <libevmcore/Instruction.h>
|
||||
#include <libevmasm/Instruction.h>
|
||||
#include <libsolidity/ast/Types.h>
|
||||
#include <libsolidity/ast/AST.h>
|
||||
#include <libsolidity/codegen/CompilerUtils.h>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <boost/variant.hpp>
|
||||
#include <libevmcore/Instruction.h>
|
||||
#include <libevmasm/Instruction.h>
|
||||
|
||||
namespace dev
|
||||
{
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include <libsolidity/inlineasm/AsmParser.h>
|
||||
#include <ctype.h>
|
||||
#include <algorithm>
|
||||
#include <libevmcore/Instruction.h>
|
||||
#include <libevmasm/Instruction.h>
|
||||
#include <libsolidity/parsing/Scanner.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user