aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/flex.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/flex.rs')
-rw-r--r--components/layout/flex.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/flex.rs b/components/layout/flex.rs
index fdccc9b1728..8a3172b99f5 100644
--- a/components/layout/flex.rs
+++ b/components/layout/flex.rs
@@ -16,7 +16,6 @@ use flow;
use flow::INLINE_POSITION_IS_STATIC;
use flow::IS_ABSOLUTELY_POSITIONED;
use flow::ImmutableFlowUtils;
-use flow::mut_base;
use flow::{Flow, FlowClass, OpaqueFlow};
use flow::{HAS_LEFT_FLOATED_DESCENDANTS, HAS_RIGHT_FLOATED_DESCENDANTS};
use fragment::{Fragment, FragmentBorderBoxIterator};