diff options
Diffstat (limited to 'components/layout_traits/lib.rs')
-rw-r--r-- | components/layout_traits/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout_traits/lib.rs b/components/layout_traits/lib.rs index 5f9fc0d472b..7f8f0f2e64c 100644 --- a/components/layout_traits/lib.rs +++ b/components/layout_traits/lib.rs @@ -25,9 +25,9 @@ use ipc_channel::ipc::{IpcReceiver, IpcSender}; use msg::constellation_msg::PipelineId; use net_traits::image_cache_thread::ImageCacheThread; use profile_traits::{mem, time}; +use script_traits::{ConstellationControlMsg, LayoutControlMsg}; use script_traits::LayoutMsg as ConstellationMsg; -use script_traits::{LayoutControlMsg, ConstellationControlMsg}; -use std::sync::mpsc::{Sender, Receiver}; +use std::sync::mpsc::{Receiver, Sender}; use url::Url; use util::ipc::OptionalIpcSender; |