Altering the order [ci:skip]

This commit is contained in:
Tomasz Drwięga 2016-12-13 14:59:19 +01:00
parent f47be50843
commit 65d62ccf04

View File

@ -24,8 +24,6 @@ extern crate serde;
extern crate serde_json;
extern crate jsonrpc_core;
extern crate jsonrpc_http_server;
#[macro_use]
extern crate jsonrpc_macros;
extern crate ethcore_io as io;
extern crate ethcore;
@ -44,6 +42,8 @@ extern crate fetch;
extern crate log;
#[macro_use]
extern crate ethcore_util as util;
#[macro_use]
extern crate jsonrpc_macros;
#[cfg(test)]
extern crate ethjson;