aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r--components/gfx/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs
index e1183753d5e..9b4338c86fb 100644
--- a/components/gfx/lib.rs
+++ b/components/gfx/lib.rs
@@ -31,7 +31,7 @@ extern crate profile;
extern crate script_traits;
extern crate "rustc-serialize" as rustc_serialize;
extern crate unicode;
-extern crate net;
+extern crate net_traits;
#[macro_use]
extern crate util;
extern crate msg;