mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix missing import in layout/inline.rs
This commit is contained in:
parent
9ed67b31df
commit
8729ea5791
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
use au = gfx::geometry;
|
use au = gfx::geometry;
|
||||||
use core::dlist::DList;
|
use core::dlist::DList;
|
||||||
|
use core::dvec::DVec;
|
||||||
use css::values::{BoxAuto, BoxLength, Px};
|
use css::values::{BoxAuto, BoxLength, Px};
|
||||||
use dl = gfx::display_list;
|
use dl = gfx::display_list;
|
||||||
use dom::rcu;
|
use dom::rcu;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue