Remove some type aliases that are now just re-exports.

This commit is contained in:
Simon Sapin 2016-07-20 00:30:37 +02:00
parent 5c70dfab01
commit 6d0e48f6cc
40 changed files with 50 additions and 83 deletions

View file

@ -22,9 +22,9 @@ use std::fmt;
use std::iter::{IntoIterator, Iterator, Peekable};
use std::sync::Arc;
use style::computed_values::{border_collapse, border_spacing};
use style::context::SharedStyleContext;
use style::logical_geometry::{LogicalSize, WritingMode};
use style::properties::ServoComputedValues;
use style::servo::SharedStyleContext;
use table::{ColumnComputedInlineSize, ColumnIntrinsicInlineSize, InternalTable, TableLikeFlow};
use table_row;