aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_caption.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/table_caption.rs')
-rw-r--r--components/layout/table_caption.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table_caption.rs b/components/layout/table_caption.rs
index 1b764360201..5c01132ccd6 100644
--- a/components/layout/table_caption.rs
+++ b/components/layout/table_caption.rs
@@ -14,8 +14,8 @@ use flow::{Flow, FlowClass, OpaqueFlow};
use fragment::{Fragment, FragmentBorderBoxIterator, Overflow};
use std::fmt;
use std::sync::Arc;
+use style::logical_geometry::LogicalSize;
use style::properties::ComputedValues;
-use util::logical_geometry::LogicalSize;
use util::print_tree::PrintTree;
/// A table formatting context.