aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_wrapper.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2016-07-20 00:30:37 +0200
committerSimon Sapin <simon.sapin@exyr.org>2016-07-20 08:42:47 +0200
commit6d0e48f6cc91a3200911e00f3719d8cb7ff6b0c4 (patch)
tree7e29d51d99283a5d54f46f3b9ee15819e4ad7810 /components/script/layout_wrapper.rs
parent5c70dfab01ed434c609177d1b3be4a8936f641d6 (diff)
downloadservo-6d0e48f6cc91a3200911e00f3719d8cb7ff6b0c4.tar.gz
servo-6d0e48f6cc91a3200911e00f3719d8cb7ff6b0c4.zip
Remove some type aliases that are now just re-exports.
Diffstat (limited to 'components/script/layout_wrapper.rs')
-rw-r--r--components/script/layout_wrapper.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/layout_wrapper.rs b/components/script/layout_wrapper.rs
index 53c8cc27c01..8f22c369e4c 100644
--- a/components/script/layout_wrapper.rs
+++ b/components/script/layout_wrapper.rs
@@ -54,13 +54,14 @@ use std::mem::{transmute, transmute_copy};
use string_cache::{Atom, BorrowedAtom, BorrowedNamespace, Namespace};
use style::attr::AttrValue;
use style::computed_values::display;
+use style::context::SharedStyleContext;
+use style::data::PrivateStyleData;
use style::dom::{PresentationalHintsSynthetizer, OpaqueNode, TDocument, TElement, TNode, UnsafeNode};
use style::element_state::*;
use style::properties::{PropertyDeclaration, PropertyDeclarationBlock};
use style::refcell::{Ref, RefCell, RefMut};
use style::restyle_hints::ElementSnapshot;
use style::selector_impl::{NonTSPseudoClass, ServoSelectorImpl};
-use style::servo::{PrivateStyleData, SharedStyleContext};
use style::sink::Push;
use style::str::is_whitespace;
use url::Url;