aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r--components/msg/lib.rs6
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;