From 79266e725c6b4704a9c854615231064fec47a39e Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 19 Dec 2014 21:59:32 +0100 Subject: [PATCH] Remove unused libgreen import. --- ports/cef/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/cef/lib.rs b/ports/cef/lib.rs index 74c1f057e49..68f323af0bb 100644 --- a/ports/cef/lib.rs +++ b/ports/cef/lib.rs @@ -33,7 +33,6 @@ extern crate "util" as servo_util; extern crate style; extern crate stb_image; -extern crate green; extern crate native; extern crate rustrt; extern crate libc;