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 5f1eae371df..6557b4bed2d 100644
--- a/components/gfx/lib.rs
+++ b/components/gfx/lib.rs
@@ -26,7 +26,7 @@ extern crate unicode;
extern crate "plugins" as servo_plugins;
extern crate "net" as servo_net;
#[macro_use]
-extern crate "util" as servo_util;
+extern crate util;
extern crate "msg" as servo_msg;
extern crate style;
extern crate time;