diff --git a/ports/winit/headed_window.rs b/ports/winit/headed_window.rs index b008b8cdcb8..1b197787a1f 100644 --- a/ports/winit/headed_window.rs +++ b/ports/winit/headed_window.rs @@ -16,7 +16,7 @@ use winit::window::Icon; use winit::event::{ElementState, KeyboardInput, MouseButton, MouseScrollDelta, TouchPhase, VirtualKeyCode}; #[cfg(any(target_os = "linux", target_os = "windows"))] -use keyboard_types::{Key, KeyState, KeyboardEvent}; +use servo::keyboard_types::{Key, KeyState, KeyboardEvent}; use servo::compositing::windowing::{AnimationState, MouseWindowEvent, WindowEvent}; use servo::compositing::windowing::{EmbedderCoordinates, WindowMethods}; use servo::embedder_traits::Cursor;