aboutsummaryrefslogtreecommitdiff
path: root/src/sys/windows/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/windows/event.rs')
-rw-r--r--src/sys/windows/event.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sys/windows/event.rs b/src/sys/windows/event.rs
index a49252a..731bd60 100644
--- a/src/sys/windows/event.rs
+++ b/src/sys/windows/event.rs
@@ -1,8 +1,7 @@
use std::fmt;
-use miow::iocp::CompletionStatus;
-
use super::afd;
+use super::iocp::CompletionStatus;
use crate::Token;
#[derive(Clone)]