mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Get rid of servo_util
This commit is contained in:
parent
19686acdec
commit
559ff68b31
25 changed files with 68 additions and 68 deletions
|
@ -16,7 +16,7 @@ use script::layout_interface::LayoutChan;
|
|||
use script_traits::UntrustedNodeAddress;
|
||||
use msg::constellation_msg::ConstellationChan;
|
||||
use net::local_image_cache::LocalImageCache;
|
||||
use servo_util::geometry::Au;
|
||||
use util::geometry::Au;
|
||||
use std::boxed;
|
||||
use std::cell::Cell;
|
||||
use std::ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue