diff options
Diffstat (limited to 'components/layout/multicol.rs')
-rw-r--r-- | components/layout/multicol.rs | 2 |
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 { |