aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/specified/calc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/values/specified/calc.rs')
-rw-r--r--components/style/values/specified/calc.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/style/values/specified/calc.rs b/components/style/values/specified/calc.rs
index 4db36e998c2..dc6f5cf2f81 100644
--- a/components/style/values/specified/calc.rs
+++ b/components/style/values/specified/calc.rs
@@ -11,9 +11,9 @@ use cssparser::{Parser, Token};
use parser::ParserContext;
use std::ascii::AsciiExt;
use std::fmt;
-use style_traits::ToCss;
+use style_traits::{HasViewportPercentage, ToCss};
use style_traits::values::specified::AllowedLengthType;
-use values::{CSSInteger, CSSFloat, HasViewportPercentage};
+use values::{CSSInteger, CSSFloat};
use values::specified::{Angle, Time};
use values::specified::length::{FontRelativeLength, NoCalcLength, ViewportPercentageLength};