From db8d502f4162df1bee100a1ad96e4673ced0a78c Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Thu, 18 Feb 2016 02:25:40 +0100 Subject: Move util::logical_geometry to style --- components/layout/flex.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/layout/flex.rs') diff --git a/components/layout/flex.rs b/components/layout/flex.rs index 61151ddd6a9..cbb685d046e 100644 --- a/components/layout/flex.rs +++ b/components/layout/flex.rs @@ -27,10 +27,10 @@ use model::{IntrinsicISizes}; use std::cmp::max; use std::sync::Arc; use style::computed_values::{flex_direction, float}; +use style::logical_geometry::LogicalSize; use style::properties::ComputedValues; use style::properties::style_structs; use style::values::computed::LengthOrPercentageOrAuto; -use util::logical_geometry::LogicalSize; use util::opts; // A mode describes which logical axis a flex axis is parallel with. -- cgit v1.2.3