aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/animation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/animation.rs')
-rw-r--r--components/style/animation.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/style/animation.rs b/components/style/animation.rs
index 094f3049b67..19c8c9e6a4d 100644
--- a/components/style/animation.rs
+++ b/components/style/animation.rs
@@ -25,9 +25,8 @@ use crate::values::computed::TimingFunction;
use crate::values::generics::box_::AnimationIterationCount;
use crate::values::generics::easing::{StepPosition, TimingFunction as GenericTimingFunction};
use crate::Atom;
+use crossbeam_channel::Sender;
use servo_arc::Arc;
-#[cfg(feature = "servo")]
-use servo_channel::Sender;
use std::fmt;
#[cfg(feature = "gecko")]
use std::sync::mpsc::Sender;