mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
This commit is contained in:
parent
6ff57fe075
commit
55d0e1c34e
@ -21,7 +21,7 @@
|
||||
|
||||
#include "Assembly.h"
|
||||
|
||||
#include <libethential/Log.h>
|
||||
#include <libdevcore/Log.h>
|
||||
|
||||
using namespace std;
|
||||
using namespace dev;
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <libethential/Common.h>
|
||||
#include <libdevcore/Common.h>
|
||||
#include <libevmface/Instruction.h>
|
||||
#include "Exceptions.h"
|
||||
|
||||
|
@ -18,7 +18,7 @@ file(GLOB HEADERS "*.h")
|
||||
include_directories(..)
|
||||
|
||||
target_link_libraries(${EXECUTABLE} evmface)
|
||||
target_link_libraries(${EXECUTABLE} ethential)
|
||||
target_link_libraries(${EXECUTABLE} devcore)
|
||||
|
||||
|
||||
if("${TARGET_PLATFORM}" STREQUAL "w64")
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/spirit/include/support_utree.hpp>
|
||||
#include <libethential/Log.h>
|
||||
#include <libdevcore/Log.h>
|
||||
#include <libevmface/Instruction.h>
|
||||
#include "CompilerState.h"
|
||||
#include "Parser.h"
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <libethential/Common.h>
|
||||
#include <libdevcore/Common.h>
|
||||
#include <libevmface/Instruction.h>
|
||||
#include "Assembly.h"
|
||||
#include "Exceptions.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <libethential/Common.h>
|
||||
#include <libdevcore/Common.h>
|
||||
|
||||
namespace dev
|
||||
{
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <libethential/Exceptions.h>
|
||||
#include <libdevcore/Exceptions.h>
|
||||
|
||||
namespace dev
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user