diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 7aa6edc1b17..171852573c8 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -29,10 +29,6 @@ extern crate servo_msg = "msg"; #[phase(plugin, link)] extern crate servo_util = "util"; -#[phase(plugin)] -extern crate string_cache_macros; -extern crate string_cache; - extern crate collections; extern crate encoding; extern crate green; |