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 jsonrpc_tcp_server;
extern crate jsonrpc_core;
extern crate jsonrpc_macros;
#[macro_use] extern crate log;
extern crate ethcore_util as util;
extern crate ethcore_bigint as bigint;
extern crate hash;
extern crate parking_lot;
@@ -28,7 +27,6 @@ extern crate parking_lot;
#[cfg(test)] extern crate tokio_core;
#[cfg(test)] extern crate tokio_io;
#[cfg(test)] extern crate ethcore_logger;
#[cfg(test)] extern crate env_logger;
mod traits;