aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/inline.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2015-01-28 21:46:51 +0100
committerSimon Sapin <simon.sapin@exyr.org>2015-01-30 15:08:29 +0100
commitd13d36f57f4da7d51bfce0bcefc0d52fdacfb693 (patch)
treeb3abfe85110129dcc762591aef6dc8b24b167081 /components/layout/inline.rs
parent493a9e6a89d1f70374cfd27052819d61be305ba0 (diff)
downloadservo-d13d36f57f4da7d51bfce0bcefc0d52fdacfb693.tar.gz
servo-d13d36f57f4da7d51bfce0bcefc0d52fdacfb693.zip
End the libstyle 'pub use' madness.
Diffstat (limited to 'components/layout/inline.rs')
-rw-r--r--components/layout/inline.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/inline.rs b/components/layout/inline.rs
index c864b56e111..b90d2f71f93 100644
--- a/components/layout/inline.rs
+++ b/components/layout/inline.rs
@@ -36,7 +36,7 @@ use std::ops::{Add, Sub, Mul, Div, Rem, Neg, Shl, Shr, Not, BitOr, BitAnd, BitXo
use std::u16;
use style::computed_values::{overflow, text_align, text_justify, text_overflow, vertical_align};
use style::computed_values::{white_space};
-use style::ComputedValues;
+use style::properties::ComputedValues;
use std::sync::Arc;
// From gfxFontConstants.h in Firefox