aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_traits/lib.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-01-12 17:48:11 +0100
committerMs2ger <Ms2ger@gmail.com>2016-01-13 09:37:28 +0100
commit86d3c576f21e76b23db5bfcfe1a81794148a97dd (patch)
tree9c6bc9da18001000b7dc3893e53a002ac7582e1d /components/layout_traits/lib.rs
parent53c4a782a0906c487139d4b6f3c62d9eca3f9f17 (diff)
downloadservo-86d3c576f21e76b23db5bfcfe1a81794148a97dd.tar.gz
servo-86d3c576f21e76b23db5bfcfe1a81794148a97dd.zip
Remove some unused extern crates.
Diffstat (limited to 'components/layout_traits/lib.rs')
-rw-r--r--components/layout_traits/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout_traits/lib.rs b/components/layout_traits/lib.rs
index fddf5fe8b11..e5b39a1db4b 100644
--- a/components/layout_traits/lib.rs
+++ b/components/layout_traits/lib.rs
@@ -5,7 +5,6 @@
#![feature(custom_derive, plugin)]
#![plugin(serde_macros)]
-extern crate euclid;
extern crate gfx;
extern crate ipc_channel;
extern crate msg;