Stop reexporting Animation from layout_interface.

This commit is contained in:
Ms2ger 2016-01-11 09:47:08 +01:00
parent 4143caaa57
commit 39ba25572b
3 changed files with 2 additions and 4 deletions

View file

@ -28,7 +28,6 @@ use style::stylesheets::Stylesheet;
use url::Url;
use util::ipc::OptionalOpaqueIpcSender;
pub use style::animation::Animation;
pub use style::context::ReflowGoal;
pub use dom::node::TrustedNodeAddress;