Revert "Auto merge of #15793 - upsuper:animation, r=emilio,bholley"

This reverts commit 7cd4c69c40, reversing
changes made to 1b1fadb8b8.
This commit is contained in:
Bobby Holley 2017-03-03 11:50:15 -08:00
parent c32181c6db
commit 3a56899201
7 changed files with 97 additions and 99 deletions

View file

@ -14,7 +14,7 @@ extern crate parking_lot;
extern crate rayon;
extern crate rustc_serialize;
extern crate selectors;
#[macro_use] extern crate servo_atoms;
extern crate servo_atoms;
extern crate servo_config;
extern crate servo_url;
extern crate style;