summaryrefslogtreecommitdiffstats
path: root/src/runtime/current_thread/runtime.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/current_thread/runtime.rs')
-rw-r--r--src/runtime/current_thread/runtime.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/current_thread/runtime.rs b/src/runtime/current_thread/runtime.rs
index 8939f08c..365c27fa 100644
--- a/src/runtime/current_thread/runtime.rs
+++ b/src/runtime/current_thread/runtime.rs
@@ -1,5 +1,5 @@
-use executor::current_thread::{self, CurrentThread};
-use executor::current_thread::Handle as ExecutorHandle;
+use tokio_current_thread::{self as current_thread, CurrentThread};
+use tokio_current_thread::Handle as ExecutorHandle;
use runtime::current_thread::Builder;
use tokio_reactor::{self, Reactor};