Update ports/winit/headed_window.rs

Co-authored-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Michael Grigoryan 2023-05-21 09:49:51 +04:00 committed by GitHub
parent b3ce330398
commit a1e9f55bba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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};