removed redundant imports

This commit is contained in:
debris
2017-11-14 17:47:41 +01:00
parent e6048e4a34
commit a22c48b6b0
16 changed files with 31 additions and 38 deletions

View File

@@ -20,7 +20,6 @@ extern crate unicase;
extern crate rlp;
extern crate ethcore;
extern crate ethcore_util as util;
extern crate ethcore_bigint as bigint;
extern crate ethcore_bytes as bytes;
extern crate jsonrpc_core as core;