aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 28c285b97a7..77273a35d07 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -24,7 +24,7 @@ extern crate azure;
extern crate alloc;
#[macro_use] extern crate bitflags;
#[macro_use] extern crate cssparser;
-extern crate geom;
+extern crate euclid;
extern crate getopts;
extern crate layers;
extern crate libc;