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:
@@ -30,7 +30,7 @@
|
||||
#pragma GCC diagnostic pop
|
||||
#include <libdevcore/Log.h>
|
||||
#include <libdevcore/CommonIO.h>
|
||||
#include <libevmcore/Instruction.h>
|
||||
#include <libevmasm/Instruction.h>
|
||||
#include "CompilerState.h"
|
||||
#include "Parser.h"
|
||||
using namespace std;
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <libdevcore/Common.h>
|
||||
#include <libevmcore/Instruction.h>
|
||||
#include <libevmasm/Instruction.h>
|
||||
#include <libevmasm/Assembly.h>
|
||||
#include "Exceptions.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user