Remove unnecessary import of libgreen

This commit is contained in:
Cameron Zwarich 2014-11-10 16:18:10 -08:00
parent f0184a2d01
commit 91be7443df

View file

@ -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;