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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs
index e5be66832f0..c989835e7ea 100644
--- a/components/msg/lib.rs
+++ b/components/msg/lib.rs
@@ -6,9 +6,9 @@
#![plugin(serde_macros, plugins)]
extern crate app_units;
+extern crate azure;
#[macro_use]
extern crate bitflags;
-extern crate azure;
extern crate canvas_traits;
#[cfg(target_os = "macos")]
extern crate core_foundation;