summaryrefslogtreecommitdiffstats
path: root/tokio/src/process/windows.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/process/windows.rs')
-rw-r--r--tokio/src/process/windows.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/process/windows.rs b/tokio/src/process/windows.rs
index d25807d6..54330e36 100644
--- a/tokio/src/process/windows.rs
+++ b/tokio/src/process/windows.rs
@@ -15,7 +15,7 @@
//! `RegisterWaitForSingleObject` and then wait on the other end of the oneshot
//! from then on out.
-use crate::net::util::PollEvented;
+use crate::io::PollEvented;
use crate::process::kill::Kill;
use crate::process::SpawnedChild;
use crate::sync::oneshot;