summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 4156747..369caad 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -62,13 +62,9 @@ extern crate byteorder;
extern crate core;
extern crate time;
extern crate yaml_rust;
-#[macro_use]
-extern crate hyper;
extern crate hex;
extern crate mio;
extern crate mio_extras;
-extern crate time;
-extern crate yaml_rust;
#[macro_use]
extern crate log;