diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index e80e9553956..1a751635ea5 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -83,6 +83,8 @@ extern crate script_traits; extern crate selectors; extern crate serde; #[macro_use] extern crate servo_atoms; +#[macro_use] extern crate servo_config; +extern crate servo_geometry; extern crate servo_url; extern crate smallvec; #[macro_use] @@ -93,7 +95,6 @@ extern crate time; extern crate tinyfiledialogs; extern crate url; #[macro_use] -extern crate util; extern crate uuid; extern crate webrender_traits; extern crate websocket; |