mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Rename main/layout/aux.rs -> main/layout/extra.rs. (#1226)
This commit is contained in:
parent
4eb8449621
commit
3cdc115ff0
3 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
use css::matching::MatchMethods;
|
||||
use css::select::new_stylist;
|
||||
use layout::aux::LayoutAuxMethods;
|
||||
use layout::extra::LayoutAuxMethods;
|
||||
use layout::box_builder::LayoutTreeBuilder;
|
||||
use layout::context::LayoutContext;
|
||||
use layout::display_list_builder::{DisplayListBuilder};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue