summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/current_thread/builder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/runtime/current_thread/builder.rs')
-rw-r--r--tokio/src/runtime/current_thread/builder.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tokio/src/runtime/current_thread/builder.rs b/tokio/src/runtime/current_thread/builder.rs
index 82fb8e55..7bf6d73d 100644
--- a/tokio/src/runtime/current_thread/builder.rs
+++ b/tokio/src/runtime/current_thread/builder.rs
@@ -1,10 +1,9 @@
+use crate::executor::current_thread::CurrentThread;
use crate::net::driver::Reactor;
use crate::runtime::current_thread::Runtime;
use crate::timer::clock::Clock;
use crate::timer::timer::Timer;
-use tokio_executor::current_thread::CurrentThread;
-
use std::io;
/// Builds a Single-threaded runtime with custom configuration values.