diff options
Diffstat (limited to 'components/style/servo/restyle_damage.rs')
-rw-r--r-- | components/style/servo/restyle_damage.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/style/servo/restyle_damage.rs b/components/style/servo/restyle_damage.rs index 5f6eaa4c26f..73ac2f9fefd 100644 --- a/components/style/servo/restyle_damage.rs +++ b/components/style/servo/restyle_damage.rs @@ -5,9 +5,9 @@ //! The restyle damage is a hint that tells layout which kind of operations may //! be needed in presence of incremental style changes. -use computed_values::display::T as Display; -use matching::{StyleChange, StyleDifference}; -use properties::ComputedValues; +use crate::computed_values::display::T as Display; +use crate::matching::{StyleChange, StyleDifference}; +use crate::properties::ComputedValues; use std::fmt; bitflags! { |