mirror of
https://github.com/servo/servo.git
synced 2025-08-01 03:30:33 +01:00
Rename util.rs -> layout_data.rs
This commit is contained in:
parent
564d12435a
commit
dd0df4e9c5
7 changed files with 8 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
use css::node_style::StyledNode;
|
||||
use incremental::{self, RestyleDamage};
|
||||
use util::{LayoutDataAccess, LayoutDataWrapper};
|
||||
use layout_data::{LayoutDataAccess, LayoutDataWrapper};
|
||||
use wrapper::{LayoutElement, LayoutNode, TLayoutNode};
|
||||
|
||||
use script::dom::node::NodeTypeId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue