[wpimath] Fix odd header path in BangBangController (#8261)

This commit is contained in:
Gold856
2025-09-28 01:48:00 -04:00
committed by GitHub
parent 6b8be313c7
commit f9899eb73f

View File

@@ -2,7 +2,7 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "../../include/frc/controller/BangBangController.h"
#include "frc/controller/BangBangController.h"
#include <wpi/sendable/SendableBuilder.h>