aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/model.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/model.rs')
-rw-r--r--components/layout/model.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/layout/model.rs b/components/layout/model.rs
index ebdc32aa497..3be66aec4fc 100644
--- a/components/layout/model.rs
+++ b/components/layout/model.rs
@@ -6,9 +6,8 @@
#![deny(unsafe_code)]
-use fragment::Fragment;
-
use euclid::{Matrix4, SideOffsets2D, Size2D};
+use fragment::Fragment;
use std::cmp::{max, min};
use std::fmt;
use style::computed_values::transform::ComputedMatrix;