aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 69d52df8281..9f3effaa368 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -36,9 +36,6 @@ extern crate servo_macros = "macros";
extern crate servo_net = "net";
extern crate servo_util = "util";
extern crate style;
-extern crate string_cache;
-#[phase(plugin)]
-extern crate string_cache_macros;
extern crate sync;
extern crate servo_msg = "msg";
extern crate url;