diff --git a/ports/cef/browser.rs b/ports/cef/browser.rs index cf868cb10d0..98681198db2 100644 --- a/ports/cef/browser.rs +++ b/ports/cef/browser.rs @@ -11,13 +11,11 @@ use interfaces::{cef_request_context_t}; use servo::Browser; use types::{cef_browser_settings_t, cef_string_t, cef_window_info_t, cef_window_handle_t}; use window; -use wrappers::CefWrap; use compositing::windowing::{WindowNavigateMsg, WindowEvent}; use glutin_app; use libc::c_int; use std::cell::{Cell, RefCell, BorrowState}; -use std::ptr; use std::rc::Rc; use std::sync::atomic::{AtomicIsize, Ordering}; diff --git a/ports/cef/window.rs b/ports/cef/window.rs index b22c8703067..bab2d5bbac0 100644 --- a/ports/cef/window.rs +++ b/ports/cef/window.rs @@ -22,7 +22,7 @@ use geom::size::TypedSize2D; use gleam::gl; use layers::geometry::DevicePixel; use layers::platform::surface::NativeGraphicsMetadata; -use libc::{c_char, c_int, c_void}; +use libc::{c_char, c_void}; use msg::constellation_msg::{Key, KeyModifiers}; use std::ptr; use std_url::Url;