mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
layout/layout_data.rs -> layout/data.rs
This commit is contained in:
parent
3f9032c1a1
commit
3441b2c329
7 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
use css::node_style::StyledNode;
|
||||
use incremental::{self, RestyleDamage};
|
||||
use layout_data::{LayoutDataAccess, LayoutDataWrapper};
|
||||
use data::{LayoutDataAccess, LayoutDataWrapper};
|
||||
use wrapper::{LayoutElement, LayoutNode, TLayoutNode};
|
||||
|
||||
use script::dom::node::NodeTypeId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue