diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2016-07-20 00:30:37 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2016-07-20 08:42:47 +0200 |
commit | 6d0e48f6cc91a3200911e00f3719d8cb7ff6b0c4 (patch) | |
tree | 7e29d51d99283a5d54f46f3b9ee15819e4ad7810 /components/layout/construct.rs | |
parent | 5c70dfab01ed434c609177d1b3be4a8936f641d6 (diff) | |
download | servo-6d0e48f6cc91a3200911e00f3719d8cb7ff6b0c4.tar.gz servo-6d0e48f6cc91a3200911e00f3719d8cb7ff6b0c4.zip |
Remove some type aliases that are now just re-exports.
Diffstat (limited to 'components/layout/construct.rs')
-rw-r--r-- | components/layout/construct.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/construct.rs b/components/layout/construct.rs index ba87cfd9dbc..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::context::SharedStyleContext; use style::properties::{self, ServoComputedValues}; -use style::servo::SharedStyleContext; use table::TableFlow; use table_caption::TableCaptionFlow; use table_cell::TableCellFlow; |