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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs
index 7b9caa88313..cf0d2f18ea1 100644
--- a/components/layout/lib.rs
+++ b/components/layout/lib.rs
@@ -45,7 +45,7 @@ extern crate profile_traits;
extern crate rustc_serialize;
extern crate script;
extern crate script_traits;
-#[macro_use(state_pseudo_classes)] extern crate selectors;
+extern crate selectors;
extern crate serde;
extern crate serde_json;
extern crate smallvec;