Fix missing import in layout/inline.rs

This commit is contained in:
Brian J. Burg 2012-09-29 12:13:24 -07:00
parent 9ed67b31df
commit 8729ea5791

View file

@ -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;