removed unused imports

This commit is contained in:
Connor Brewster 2016-06-02 16:18:13 -06:00
parent e8cf789fc5
commit 9980acf2c5
4 changed files with 2 additions and 7 deletions

View file

@ -123,7 +123,6 @@ use string_cache::{Atom, QualName};
use style::context::ReflowGoal;
use style::restyle_hints::ElementSnapshot;
use style::servo::Stylesheet;
use task_source::dom_manipulation::DOMManipulationTask;
use time;
use url::Url;
use url::percent_encoding::percent_decode;