summaryrefslogtreecommitdiff
path: root/src/library/layout.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/layout.rs')
-rw-r--r--src/library/layout.rs3
1 files changed, 2 insertions, 1 deletions
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::*;