Remove unused imports.

This commit is contained in:
Ms2ger 2015-06-27 19:37:12 +02:00
parent 82be491fa3
commit 108c9b161c
3 changed files with 1 additions and 6 deletions

View file

@ -58,7 +58,6 @@ use selectors::parser::Selector;
use selectors::parser::parse_author_origin_selector_list_from_str;
use selectors::matching::matches;
use style::properties::ComputedValues;
use style;
use js::jsapi::{JSContext, JSObject, JSRuntime};
use core::nonzero::NonZero;