Import net as net rather than servo_net.

This commit is contained in:
Ms2ger 2015-02-10 12:16:11 +01:00
parent 29d3b872de
commit a09a912178
30 changed files with 56 additions and 57 deletions

View file

@ -15,7 +15,7 @@ use gfx::font_cache_task::FontCacheTask;
use script::layout_interface::LayoutChan;
use script_traits::UntrustedNodeAddress;
use msg::constellation_msg::ConstellationChan;
use servo_net::local_image_cache::LocalImageCache;
use net::local_image_cache::LocalImageCache;
use servo_util::geometry::Au;
use std::cell::Cell;
use std::mem;