Skip to content

Commit

Permalink
Fixed compile errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed Jul 19, 2017
1 parent b2c08e4 commit 8eb8de3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ports/glutin/window.rs
Expand Up @@ -24,7 +24,8 @@ use msg::constellation_msg::{ALT, CONTROL, KeyState, NONE, SHIFT, SUPER, Travers
use net_traits::net_error_list::NetError;
#[cfg(any(target_os = "linux", target_os = "macos"))]
use osmesa_sys;
use script_traits::{DevicePixel, LoadData, TouchEventType, TouchpadPressurePhase};
use script_traits::{LoadData, TouchEventType, TouchpadPressurePhase};
use servo::ipc_channel::ipc::IpcSender;
use servo_config::opts;
use servo_config::prefs::PREFS;
use servo_config::resource_files;
Expand Down

0 comments on commit 8eb8de3

Please sign in to comment.