diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-01-11 14:25:40 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-01-11 14:25:40 +0100 |
commit | 7e3d1f88a018df7ec55f07aa57e49091ae30bbf4 (patch) | |
tree | 7a518a8632a47d4689993f142bbf8ab6008dc7e9 /components/msg/lib.rs | |
parent | e89dd05a169aa16267bdb2dbfe5bca01ad6cfe84 (diff) | |
download | servo-7e3d1f88a018df7ec55f07aa57e49091ae30bbf4.tar.gz servo-7e3d1f88a018df7ec55f07aa57e49091ae30bbf4.zip |
Remove unused dependencies from the msg crate.
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r-- | components/msg/lib.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs index 0d88a456917..473793b1bed 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -5,17 +5,11 @@ #![feature(custom_attribute, custom_derive, plugin)] #![plugin(serde_macros, plugins)] -extern crate app_units; -extern crate azure; #[macro_use] extern crate bitflags; -#[cfg(target_os = "macos")] -extern crate core_foundation; extern crate cssparser; extern crate euclid; extern crate hyper; -#[cfg(target_os = "macos")] -extern crate io_surface; extern crate ipc_channel; extern crate layers; extern crate rustc_serialize; |