servo: Fix broken build after denying unused imports.

Source-Repo: https://github.com/servo/servo
Source-Revision: 0b0c2ef461094b5d43a97af5d39c78f22527f8a6
This commit is contained in:
Josh Matthews 2014-09-14 11:02:33 -04:00
Родитель 978f711ec1
Коммит c9122b186e
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -2,8 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use std::str;
use resource_task::{Done, Payload, Metadata, LoadData, LoadResponse, start_sending};
use serialize::base64::FromBase64;