diff options
Diffstat (limited to 'components/layout/table_cell.rs')
-rw-r--r-- | components/layout/table_cell.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table_cell.rs b/components/layout/table_cell.rs index 51d15187fd7..d1c33654bbc 100644 --- a/components/layout/table_cell.rs +++ b/components/layout/table_cell.rs @@ -20,10 +20,10 @@ use model::MaybeAuto; use std::fmt; use std::sync::Arc; use style::computed_values::{border_collapse, border_top_style}; +use style::logical_geometry::{LogicalMargin, LogicalRect, LogicalSize, WritingMode}; use style::properties::ComputedValues; use table::InternalTable; use table_row::{CollapsedBorder, CollapsedBorderProvenance}; -use util::logical_geometry::{LogicalMargin, LogicalRect, LogicalSize, WritingMode}; use util::print_tree::PrintTree; use wrapper::{ThreadSafeLayoutNode}; |