aboutsummaryrefslogtreecommitdiffstats
path: root/components/geometry
diff options
context:
space:
mode:
Diffstat (limited to 'components/geometry')
-rw-r--r--components/geometry/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/geometry/lib.rs b/components/geometry/lib.rs
index 22453483d15..2f421f6a277 100644
--- a/components/geometry/lib.rs
+++ b/components/geometry/lib.rs
@@ -5,9 +5,9 @@
extern crate app_units;
extern crate euclid;
extern crate malloc_size_of;
-extern crate style_traits;
#[macro_use]
extern crate malloc_size_of_derive;
+extern crate style_traits;
extern crate webrender_api;
use app_units::{Au, MAX_AU, MIN_AU};