|
|
@ -32,16 +32,12 @@ |
|
|
|
#include <libethcore/Dagger.h> |
|
|
|
#include <libevm/FeeStructure.h> |
|
|
|
#include <libevm/ExtVMFace.h> |
|
|
|
|
|
|
|
#include "TransactionQueue.h" |
|
|
|
#include "AddressState.h" |
|
|
|
#include "Transaction.h" |
|
|
|
#include "Executive.h" |
|
|
|
#include "AccountDiff.h" |
|
|
|
|
|
|
|
//#include <test/vm.h>
|
|
|
|
|
|
|
|
|
|
|
|
namespace dev |
|
|
|
{ |
|
|
|
namespace test{ class FakeExtVM;} |
|
|
|