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 32fd79875ea..3095074b126 100644
--- a/components/gfx/lib.rs
+++ b/components/gfx/lib.rs
@@ -63,6 +63,7 @@ extern crate rustc_serialize;
extern crate serde;
#[macro_use]
extern crate serde_derive;
+extern crate servo_geometry;
extern crate servo_url;
#[macro_use] extern crate servo_atoms;
#[cfg(any(target_arch = "x86_64", target_arch = "aarch64"))]
@@ -72,7 +73,6 @@ extern crate style;
extern crate style_traits;
extern crate time;
extern crate unicode_script;
-extern crate util;
extern crate webrender_traits;
extern crate xi_unicode;