diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2015-01-28 21:46:51 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2015-01-30 15:08:29 +0100 |
commit | d13d36f57f4da7d51bfce0bcefc0d52fdacfb693 (patch) | |
tree | b3abfe85110129dcc762591aef6dc8b24b167081 /components/layout/incremental.rs | |
parent | 493a9e6a89d1f70374cfd27052819d61be305ba0 (diff) | |
download | servo-d13d36f57f4da7d51bfce0bcefc0d52fdacfb693.tar.gz servo-d13d36f57f4da7d51bfce0bcefc0d52fdacfb693.zip |
End the libstyle 'pub use' madness.
Diffstat (limited to 'components/layout/incremental.rs')
-rw-r--r-- | components/layout/incremental.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/incremental.rs b/components/layout/incremental.rs index 1b89015e6aa..2ad6177c497 100644 --- a/components/layout/incremental.rs +++ b/components/layout/incremental.rs @@ -8,7 +8,7 @@ use flow::{IS_ABSOLUTELY_POSITIONED}; use std::fmt; use std::sync::Arc; use style::computed_values::float; -use style::ComputedValues; +use style::properties::ComputedValues; bitflags! { #[doc = "Individual layout actions that may be necessary after restyling."] |