removed redundant evm deps (#6757)

This commit is contained in:
Marek Kotewicz
2017-10-14 19:29:09 +02:00
committed by Arkadiy Paronyan
parent 1294572907
commit 190c1dcede
4 changed files with 0 additions and 22 deletions

View File

@@ -16,16 +16,10 @@
//! Ethereum virtual machine.
extern crate byteorder;
extern crate bit_set;
extern crate common_types as types;
extern crate ethcore_util as util;
extern crate ethcore_bigint as bigint;
extern crate ethjson;
extern crate rlp;
extern crate parking_lot;
extern crate wasm_utils;
extern crate ethcore_logger;
extern crate heapsize;
extern crate vm;
extern crate hash;