aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/floats.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/floats.rs')
-rw-r--r--components/layout/floats.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/layout/floats.rs b/components/layout/floats.rs
index 9385bd69afc..f74b063b2b8 100644
--- a/components/layout/floats.rs
+++ b/components/layout/floats.rs
@@ -7,8 +7,7 @@ use std::cmp::{max, min};
use std::fmt;
use std::i32;
use style::computed_values::float;
-use util::logical_geometry::WritingMode;
-use util::logical_geometry::{LogicalRect, LogicalSize};
+use style::logical_geometry::{LogicalRect, LogicalSize, WritingMode};
use util::persistent_list::PersistentList;
/// The kind of float: left or right.