mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Removed unused include in PIDCommand.cpp (#616)
This commit is contained in:
committed by
Peter Johnson
parent
9c804c1351
commit
4a3472ebb2
@@ -7,8 +7,6 @@
|
||||
|
||||
#include "Commands/PIDCommand.h"
|
||||
|
||||
#include <cfloat>
|
||||
|
||||
using namespace frc;
|
||||
|
||||
PIDCommand::PIDCommand(const std::string& name, double p, double i, double d,
|
||||
|
||||
Reference in New Issue
Block a user