Fix couple minor import errors after rebase

This commit is contained in:
Ignotus Peverell
2017-10-31 20:00:39 -04:00
parent e4ebb7c7cb
commit f7ddd6b3d3
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -31,8 +31,6 @@ extern crate grin_util as util;
extern crate lazy_static;
extern crate num_bigint as bigint;
extern crate rand;
extern crate grin_keychain as keychain;
extern crate grin_util as util;
extern crate serde;
#[macro_use]
extern crate serde_derive;
-1
View File
@@ -18,7 +18,6 @@ extern crate blake2_rfc as blake2;
extern crate byteorder;
extern crate grin_util as util;
extern crate rand;
extern crate grin_util as util;
extern crate serde;
extern crate serde_derive;
extern crate serde_json;