aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg
diff options
context:
space:
mode:
Diffstat (limited to 'components/msg')
-rw-r--r--components/msg/constellation_msg.rs1
-rw-r--r--components/msg/lib.rs1
-rw-r--r--components/msg/tests/size_of.rs1
3 files changed, 0 insertions, 3 deletions
diff --git a/components/msg/constellation_msg.rs b/components/msg/constellation_msg.rs
index 932cf7d22d8..449a7c3392e 100644
--- a/components/msg/constellation_msg.rs
+++ b/components/msg/constellation_msg.rs
@@ -8,7 +8,6 @@
use std::cell::Cell;
use std::fmt;
use std::num::NonZeroU32;
-use webrender_api;
#[derive(Clone, Copy, Debug, Deserialize, Eq, Hash, PartialEq, Serialize)]
pub enum TraversalDirection {
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;