Auto merge of #9727 - Ms2ger:xhr-import, r=KiChjang

Remove an unused import from xmlhttprequest.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9727)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-02-23 18:29:59 +05:30
commit 90c7b78b12

View file

@ -55,7 +55,6 @@ use std::ascii::AsciiExt;
use std::borrow::ToOwned; use std::borrow::ToOwned;
use std::cell::{Cell, RefCell}; use std::cell::{Cell, RefCell};
use std::default::Default; use std::default::Default;
use std::sync::mpsc::channel;
use std::sync::{Arc, Mutex}; use std::sync::{Arc, Mutex};
use string_cache::Atom; use string_cache::Atom;
use time; use time;