mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Import net as net rather than servo_net.
This commit is contained in:
parent
29d3b872de
commit
a09a912178
30 changed files with 56 additions and 57 deletions
|
@ -7,7 +7,7 @@
|
|||
extern crate gfx;
|
||||
extern crate script_traits;
|
||||
extern crate msg;
|
||||
extern crate "net" as servo_net;
|
||||
extern crate net;
|
||||
extern crate util;
|
||||
|
||||
// This module contains traits in layout used generically
|
||||
|
@ -18,8 +18,8 @@ extern crate util;
|
|||
use gfx::font_cache_task::FontCacheTask;
|
||||
use gfx::paint_task::PaintChan;
|
||||
use msg::constellation_msg::{ConstellationChan, Failure, PipelineId, PipelineExitType};
|
||||
use servo_net::image_cache_task::ImageCacheTask;
|
||||
use servo_net::resource_task::ResourceTask;
|
||||
use net::image_cache_task::ImageCacheTask;
|
||||
use net::resource_task::ResourceTask;
|
||||
use util::time::TimeProfilerChan;
|
||||
use script_traits::{ScriptControlChan, OpaqueScriptLayoutChannel};
|
||||
use std::sync::mpsc::{Sender, Receiver};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue