Get rid of servo_util

This commit is contained in:
Dan Fox 2015-03-05 17:42:05 +00:00
parent 19686acdec
commit 559ff68b31
25 changed files with 68 additions and 68 deletions

View file

@ -14,8 +14,8 @@ use fragment::FragmentBorderBoxIterator;
use wrapper::ThreadSafeLayoutNode;
use geom::{Point2D, Rect};
use servo_util::geometry::Au;
use servo_util::logical_geometry::LogicalRect;
use util::geometry::Au;
use util::logical_geometry::LogicalRect;
use std::fmt;
use style::properties::ComputedValues;
use std::sync::Arc;