diff --git a/adapters/windows/src/tests/simple.rs b/adapters/windows/src/tests/simple.rs index 6b4472586..f72f0b3f9 100644 --- a/adapters/windows/src/tests/simple.rs +++ b/adapters/windows/src/tests/simple.rs @@ -9,7 +9,7 @@ use accesskit::{ }; use windows::{Win32::UI::Accessibility::*, core::*}; -use super::*; +use super::{FocusEventHandler, Scope}; const WINDOW_TITLE: &str = "Simple test";