diff options
-rw-r--r-- | ports/winit/headed_window.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/winit/headed_window.rs b/ports/winit/headed_window.rs index 1b197787a1f..849d53be90d 100644 --- a/ports/winit/headed_window.rs +++ b/ports/winit/headed_window.rs @@ -14,7 +14,6 @@ use euclid::{ #[cfg(any(target_os = "linux", target_os = "windows"))] use winit::window::Icon; use winit::event::{ElementState, KeyboardInput, MouseButton, MouseScrollDelta, TouchPhase, VirtualKeyCode}; -#[cfg(any(target_os = "linux", target_os = "windows"))] use servo::keyboard_types::{Key, KeyState, KeyboardEvent}; use servo::compositing::windowing::{AnimationState, MouseWindowEvent, WindowEvent}; |