mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Reorder imports
This commit is contained in:
parent
4a947dd719
commit
9e92eb205a
546 changed files with 1968 additions and 1536 deletions
|
@ -24,8 +24,8 @@ extern crate serde;
|
|||
extern crate servo_url;
|
||||
extern crate time;
|
||||
|
||||
use http::HeaderMap;
|
||||
use http::method::Method;
|
||||
use http::HeaderMap;
|
||||
use ipc_channel::ipc::IpcSender;
|
||||
use msg::constellation_msg::PipelineId;
|
||||
use servo_url::ServoUrl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue