aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/lib.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-10-18 15:37:19 +0200
committerMs2ger <Ms2ger@gmail.com>2016-10-21 16:12:39 +0200
commitdce2872f45ad8950cd2abff63f0e32328b7a87db (patch)
tree34d99a4c3ddb26f091910a758409748c8e219d8c /components/msg/lib.rs
parente3ebbd0fcdc78901c214d00cd11743a8fcf2d320 (diff)
downloadservo-dce2872f45ad8950cd2abff63f0e32328b7a87db.tar.gz
servo-dce2872f45ad8950cd2abff63f0e32328b7a87db.zip
Move Image and PixelFormat to net_traits.
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r--components/msg/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs
index 3918a7ada77..a2cc4bbab71 100644
--- a/components/msg/lib.rs
+++ b/components/msg/lib.rs
@@ -11,7 +11,6 @@
#[macro_use]
extern crate bitflags;
extern crate heapsize;
-extern crate ipc_channel;
extern crate serde;
#[macro_use]
extern crate serde_derive;