mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move non-cryptopp dependent stuff into devcore.
This commit is contained in:
parent
e50070035f
commit
3ecd54a835
@ -23,7 +23,7 @@
|
||||
|
||||
#include <functional>
|
||||
#include <boost/range/adaptor/reversed.hpp>
|
||||
#include <libdevcrypto/SHA3.h>
|
||||
#include <libdevcore/SHA3.h>
|
||||
#include <libevmasm/CommonSubexpressionEliminator.h>
|
||||
#include <libevmasm/AssemblyItem.h>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include "KnownState.h"
|
||||
#include <functional>
|
||||
#include <libdevcrypto/SHA3.h>
|
||||
#include <libdevcore/SHA3.h>
|
||||
#include <libevmasm/AssemblyItem.h>
|
||||
|
||||
using namespace std;
|
||||
|
Loading…
Reference in New Issue
Block a user