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/flow.rs | |
parent | 19686acdec7a8f6e36fe999a2896ed44718f42d6 (diff) | |
download | servo-559ff68b31eabdf1025fba2fcc386b504256a0b2.tar.gz servo-559ff68b31eabdf1025fba2fcc386b504256a0b2.zip |
Get rid of servo_util
Diffstat (limited to 'components/layout/flow.rs')
-rw-r--r-- | components/layout/flow.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout/flow.rs b/components/layout/flow.rs index ec618e03847..90cdc8a8030 100644 --- a/components/layout/flow.rs +++ b/components/layout/flow.rs @@ -51,8 +51,8 @@ use gfx::display_list::ClippingRegion; use rustc_serialize::{Encoder, Encodable}; use msg::constellation_msg::ConstellationChan; use msg::compositor_msg::LayerId; -use servo_util::geometry::{Au, ZERO_RECT}; -use servo_util::logical_geometry::{LogicalRect, LogicalSize, WritingMode}; +use util::geometry::{Au, ZERO_RECT}; +use util::logical_geometry::{LogicalRect, LogicalSize, WritingMode}; use std::mem; use std::fmt; use std::iter::Zip; |