IPC codegen in ethcore-light; remove network dependency

This commit is contained in:
Robert Habermeier
2016-12-05 16:56:21 +01:00
parent 61c3358447
commit a6c2408562
7 changed files with 245 additions and 2 deletions

View File

@@ -102,7 +102,6 @@ extern crate rlp;
extern crate ethcore_bloom_journal as bloom_journal;
extern crate byteorder;
extern crate transient_hashmap;
extern crate ethcore_network as network;
extern crate linked_hash_map;
#[macro_use]