aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg
diff options
context:
space:
mode:
Diffstat (limited to 'components/msg')
-rw-r--r--components/msg/lib.rs1
-rw-r--r--components/msg/tests/size_of.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs
index 3e515e294f8..d2490c142eb 100644
--- a/components/msg/lib.rs
+++ b/components/msg/lib.rs
@@ -10,6 +10,5 @@ extern crate malloc_size_of;
extern crate malloc_size_of_derive;
#[macro_use]
extern crate serde;
-extern crate webrender_api;
pub mod constellation_msg;
diff --git a/components/msg/tests/size_of.rs b/components/msg/tests/size_of.rs
index 62e2647ea61..54995bcb6f7 100644
--- a/components/msg/tests/size_of.rs
+++ b/components/msg/tests/size_of.rs
@@ -4,7 +4,6 @@
#![cfg(target_pointer_width = "64")]
-extern crate msg;
#[macro_use]
extern crate size_of_test;