From a1e9f55bbaddfd37dd2d1fc963aed2d43cb3f6d3 Mon Sep 17 00:00:00 2001 From: Michael Grigoryan <56165400+michaelgrigoryan25@users.noreply.github.com> Date: Sun, 21 May 2023 09:49:51 +0400 Subject: [PATCH] Update ports/winit/headed_window.rs Co-authored-by: Josh Matthews --- ports/winit/headed_window.rs | 1 - 1 file changed, 1 deletion(-) 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};