diff --git a/tests/smoke.rs b/tests/smoke.rs index 4e0a65006..e3bce9632 100644 --- a/tests/smoke.rs +++ b/tests/smoke.rs @@ -7,8 +7,6 @@ use std::sync::mpsc::channel; use std::sync::{Once, ONCE_INIT}; use std::thread; -use futures::Future; -use futures::stream::Stream; use tokio_core::{Loop, LoopHandle}; use tokio_process::Command;