diff options
Diffstat (limited to 'components/layout/construct.rs')
-rw-r--r-- | components/layout/construct.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout/construct.rs b/components/layout/construct.rs index 2b1b2f49cdc..809ecaa406a 100644 --- a/components/layout/construct.rs +++ b/components/layout/construct.rs @@ -46,8 +46,8 @@ use std::sync::atomic::Ordering; use style::computed_values::content::ContentItem; use style::computed_values::position; use style::computed_values::{caption_side, display, empty_cells, float, list_style_position}; -use style::properties::{self, ComputedValues, ServoComputedValues}; -use style::servo::SharedStyleContext; +use style::context::SharedStyleContext; +use style::properties::{self, ServoComputedValues}; use table::TableFlow; use table_caption::TableCaptionFlow; use table_cell::TableCellFlow; |