diff options
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index d182c9ffea0..107889cb57a 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -11,14 +11,12 @@ #![feature(phase)] #[phase(plugin, link)] extern crate log; -#[phase(plugin)] extern crate string_cache_macros; extern crate debug; extern crate collections; extern crate geom; extern crate num; extern crate serialize; -extern crate string_cache; extern crate sync; extern crate url; |