aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/lib.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-11-03 17:43:01 +0100
committerMs2ger <Ms2ger@gmail.com>2016-11-04 12:14:42 +0100
commit81ee81cbb03ef313e268a9401f5ffe06f0cfee82 (patch)
tree077ab31263d06cc79baf6e415794792df7cf9e81 /components/layout/lib.rs
parent651e40f33eff08f836b76024b77bddc77089490c (diff)
downloadservo-81ee81cbb03ef313e268a9401f5ffe06f0cfee82.tar.gz
servo-81ee81cbb03ef313e268a9401f5ffe06f0cfee82.zip
Remove the direct azure dependencies from gfx, layout and layout_thread.
This does not cover transitive dependencies through canvas_traits, though that should not be too hard to solve either.
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r--components/layout/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs
index c0131b5064a..8284f2fc835 100644
--- a/components/layout/lib.rs
+++ b/components/layout/lib.rs
@@ -16,7 +16,6 @@
#![plugin(plugins)]
extern crate app_units;
-extern crate azure;
#[allow(unused_extern_crates)]
#[macro_use]
extern crate bitflags;