From 91be7443df4acd8292fa447aeaac49948188d363 Mon Sep 17 00:00:00 2001 From: Cameron Zwarich Date: Mon, 10 Nov 2014 16:18:10 -0800 Subject: [PATCH] Remove unnecessary import of libgreen --- components/layout/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 94b2bbc5b683..7598226e8e30 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -35,7 +35,6 @@ extern crate string_cache; extern crate collections; extern crate encoding; -extern crate green; extern crate libc; extern crate sync; extern crate url;