diff options
Diffstat (limited to 'components/layout/list_item.rs')
-rw-r--r-- | components/layout/list_item.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/list_item.rs b/components/layout/list_item.rs index 95978c6c7ae..8caf8dfdd77 100644 --- a/components/layout/list_item.rs +++ b/components/layout/list_item.rs @@ -22,9 +22,9 @@ use incremental::RESOLVE_GENERATED_CONTENT; use inline::InlineMetrics; use std::sync::Arc; use style::computed_values::{list_style_type, position}; +use style::logical_geometry::LogicalSize; use style::properties::ComputedValues; use text; -use util::logical_geometry::LogicalSize; use util::opts; /// A block with the CSS `display` property equal to `list-item`. |