From 0a087cd28bbee5fcdffbb9d49b0ba9f413ad7f92 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 24 Jan 2020 16:23:57 +0100 Subject: =?UTF-8?q?Reorganize=20modules=20=F0=9F=A7=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/library/layout.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/library/layout.rs') diff --git a/src/library/layout.rs b/src/library/layout.rs index fb8633b1..87e9c357 100644 --- a/src/library/layout.rs +++ b/src/library/layout.rs @@ -1,4 +1,5 @@ -use smallvec::smallvec; +use crate::size::PSize; +use crate::syntax::func::maps::{AxisMap, PosAxisMap}; use super::*; -- cgit v1.2.3