diff options
Diffstat (limited to 'components/layout/table_colgroup.rs')
-rw-r--r-- | components/layout/table_colgroup.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table_colgroup.rs b/components/layout/table_colgroup.rs index bcee65b2564..f62ceb53592 100644 --- a/components/layout/table_colgroup.rs +++ b/components/layout/table_colgroup.rs @@ -15,9 +15,9 @@ use layout_debug; use std::cmp::max; use std::fmt; use std::sync::Arc; +use style::logical_geometry::LogicalSize; use style::properties::ComputedValues; use style::values::computed::LengthOrPercentageOrAuto; -use util::logical_geometry::LogicalSize; /// A table formatting context. pub struct TableColGroupFlow { |