mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
This helps reduce compilation overhead. I tried slimming down includes of <Eigen/QR>, but the householderQr() function we use from there requires including dependency headers from Eigen that don't fit with lexographic ordering. It didn't seem worth the effort to work around. This won't affect user code at all since all the Eigen feature usage here is internal only; users generally only need <Eigen/Core>.