mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +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
|
@ -26,7 +26,7 @@ use geom::size::Size2D;
|
|||
use libc::size_t;
|
||||
use libc::types::common::c99::{uint16_t, uint32_t};
|
||||
use png::PixelsByColorType;
|
||||
use servo_net::image::base::Image;
|
||||
use net::image::base::Image;
|
||||
use util::geometry::{Au, MAX_RECT};
|
||||
use util::opts;
|
||||
use util::range::Range;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue