diff options
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r-- | components/gfx/lib.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index 15148328bf6..c13d9663079 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -4,19 +4,7 @@ #![deny(unsafe_code)] -#[macro_use] -extern crate bitflags; -#[macro_use] -extern crate lazy_static; -#[macro_use] -extern crate log; -#[macro_use] -extern crate serde; -#[macro_use] -extern crate servo_atoms; - // Fonts -#[macro_use] pub mod font; pub mod font_cache_thread; pub mod font_context; |