aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/multicol.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-02-18 02:25:40 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2016-02-18 10:17:13 +0100
commitdb8d502f4162df1bee100a1ad96e4673ced0a78c (patch)
treec3ddfefb8866554efe59337aeb364ec248f90a91 /components/layout/multicol.rs
parent63dc161b773775c6755a604ec04b81c0bc479bf3 (diff)
downloadservo-db8d502f4162df1bee100a1ad96e4673ced0a78c.tar.gz
servo-db8d502f4162df1bee100a1ad96e4673ced0a78c.zip
Move util::logical_geometry to style
Diffstat (limited to 'components/layout/multicol.rs')
-rw-r--r--components/layout/multicol.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/multicol.rs b/components/layout/multicol.rs
index 93ecbe26c29..1485ade4aeb 100644
--- a/components/layout/multicol.rs
+++ b/components/layout/multicol.rs
@@ -18,9 +18,9 @@ use std::cmp::{min, max};
use std::fmt;
use std::sync::Arc;
use style::context::StyleContext;
+use style::logical_geometry::LogicalSize;
use style::properties::ComputedValues;
use style::values::computed::{LengthOrPercentageOrAuto, LengthOrPercentageOrNone};
-use util::logical_geometry::LogicalSize;
use util::print_tree::PrintTree;
pub struct MulticolFlow {