Fix warning: unused_imports in constellation_msg.rs.

This commit is contained in:
Tetsuharu OHZEKI 2015-12-11 09:58:43 -05:00
parent 4e73a30b00
commit 7df8dc6177

View file

@ -6,7 +6,7 @@
//! reduce coupling between these two components.
use euclid::scale_factor::ScaleFactor;
use euclid::size::{Size2D, TypedSize2D};
use euclid::size::TypedSize2D;
use hyper::header::Headers;
use hyper::method::Method;
use ipc_channel::ipc::{self, IpcReceiver, IpcSender, IpcSharedMemory};