aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index a402bec7cf3..ef0205b68b6 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -45,9 +45,11 @@ extern crate euclid;
extern crate fnv;
extern crate gleam;
extern crate half;
+extern crate headers_core;
+extern crate headers_ext;
#[macro_use]
extern crate html5ever;
-#[macro_use]
+extern crate http;
extern crate hyper;
extern crate hyper_serde;
extern crate image;
@@ -65,7 +67,6 @@ extern crate malloc_size_of;
#[macro_use]
extern crate malloc_size_of_derive;
extern crate metrics;
-#[macro_use]
extern crate mime;
extern crate mime_guess;
extern crate mitochondria;