aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_wrapper.rs
diff options
context:
space:
mode:
authorDan Fox <iamdanfox@gmail.com>2015-03-05 17:42:05 +0000
committerDan Fox <iamdanfox@gmail.com>2015-03-05 17:42:05 +0000
commit559ff68b31eabdf1025fba2fcc386b504256a0b2 (patch)
tree48e10efbc7e3389b88d53666bd2e1b92ec198da0 /components/layout/table_wrapper.rs
parent19686acdec7a8f6e36fe999a2896ed44718f42d6 (diff)
downloadservo-559ff68b31eabdf1025fba2fcc386b504256a0b2.tar.gz
servo-559ff68b31eabdf1025fba2fcc386b504256a0b2.zip
Get rid of servo_util
Diffstat (limited to 'components/layout/table_wrapper.rs')
-rw-r--r--components/layout/table_wrapper.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table_wrapper.rs b/components/layout/table_wrapper.rs
index e849150bede..0d2b6267806 100644
--- a/components/layout/table_wrapper.rs
+++ b/components/layout/table_wrapper.rs
@@ -24,7 +24,7 @@ use table::{ColumnComputedInlineSize, ColumnIntrinsicInlineSize};
use wrapper::ThreadSafeLayoutNode;
use geom::{Point2D, Rect};
-use servo_util::geometry::Au;
+use util::geometry::Au;
use std::cmp::{max, min};
use std::fmt;
use std::ops::Add;