mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Library libdevcore renamed to libsolutil.
This commit is contained in:
committed by
Daniel Kirchner
parent
8ac6258d31
commit
345f9928ab
@@ -22,9 +22,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <libdevcore/Assertions.h>
|
||||
#include <libdevcore/Common.h> // defines noexcept macro for MSVC
|
||||
#include <libdevcore/Exceptions.h>
|
||||
#include <libsolutil/Assertions.h>
|
||||
#include <libsolutil/Common.h> // defines noexcept macro for MSVC
|
||||
#include <libsolutil/Exceptions.h>
|
||||
#include <liblangutil/CharStream.h>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user