[wpimath] Remove unused #includes (#8549)

This is based on a filtered list of #includes clangd reported were
unused.
This commit is contained in:
Tyler Veness
2026-01-12 19:08:21 -08:00
committed by GitHub
parent 1724e59f8d
commit 89d0759ef2
41 changed files with 15 additions and 84 deletions

View File

@@ -40,7 +40,6 @@ auto NumericalJacobian(F&& f, const Vectord<Cols>& x) {
* @param f Vector-valued function from which to compute Jacobian.
* @param x Vector argument.
*/
template <typename F>
Eigen::MatrixXd NumericalJacobian(F&& f, const Eigen::VectorXd& x) {
constexpr double kEpsilon = 1e-5;