Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Altering the order [ci:skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Drwięga committed Dec 13, 2016
1 parent f47be50 commit 65d62cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 65d62cc

Please sign in to comment.