diff options
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r-- | components/gfx/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index adf15b13c16..700ed171dd6 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -18,7 +18,6 @@ extern crate alloc; extern crate app_units; -extern crate azure; #[allow(unused_extern_crates)] #[macro_use] extern crate bitflags; |