diff options
author | Dan Fox <iamdanfox@gmail.com> | 2015-03-05 17:42:05 +0000 |
---|---|---|
committer | Dan Fox <iamdanfox@gmail.com> | 2015-03-05 17:42:05 +0000 |
commit | 559ff68b31eabdf1025fba2fcc386b504256a0b2 (patch) | |
tree | 48e10efbc7e3389b88d53666bd2e1b92ec198da0 /components/layout/table_caption.rs | |
parent | 19686acdec7a8f6e36fe999a2896ed44718f42d6 (diff) | |
download | servo-559ff68b31eabdf1025fba2fcc386b504256a0b2.tar.gz servo-559ff68b31eabdf1025fba2fcc386b504256a0b2.zip |
Get rid of servo_util
Diffstat (limited to 'components/layout/table_caption.rs')
-rw-r--r-- | components/layout/table_caption.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout/table_caption.rs b/components/layout/table_caption.rs index 43eaacf9384..ceb6bf7e3aa 100644 --- a/components/layout/table_caption.rs +++ b/components/layout/table_caption.rs @@ -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; |