aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r--components/layout/lib.rs16
1 files changed, 0 insertions, 16 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs
index aab98048a54..7e6544e5a8a 100644
--- a/components/layout/lib.rs
+++ b/components/layout/lib.rs
@@ -4,22 +4,6 @@
#![deny(unsafe_code)]
-#[macro_use]
-extern crate bitflags;
-#[macro_use]
-extern crate html5ever;
-#[macro_use]
-extern crate lazy_static;
-#[macro_use]
-extern crate log;
-#[macro_use]
-extern crate range;
-#[macro_use]
-extern crate serde;
-#[macro_use]
-extern crate size_of_test;
-
-#[macro_use]
pub mod layout_debug;
mod block;