Move non-cryptopp dependent stuff into devcore.

This commit is contained in:
Gav Wood 2015-05-19 19:51:38 +02:00
parent e50070035f
commit 3ecd54a835
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -23,7 +23,7 @@
#include "KnownState.h"
#include <functional>
#include <libdevcrypto/SHA3.h>
#include <libdevcore/SHA3.h>
#include <libevmasm/AssemblyItem.h>
using namespace std;