From cdafc723fb688c133d5fd3880646b9706474814e Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sat, 19 Mar 2022 20:47:09 -0700 Subject: [PATCH] [examples] Remove unused LinearPlantInversionFeedforward includes (#4069) --- .../src/main/cpp/examples/StateSpaceArm/cpp/Robot.cpp | 1 - .../src/main/cpp/examples/StateSpaceFlywheelSysId/cpp/Robot.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/wpilibcExamples/src/main/cpp/examples/StateSpaceArm/cpp/Robot.cpp b/wpilibcExamples/src/main/cpp/examples/StateSpaceArm/cpp/Robot.cpp index 0f03d37b4e..89e98984b5 100644 --- a/wpilibcExamples/src/main/cpp/examples/StateSpaceArm/cpp/Robot.cpp +++ b/wpilibcExamples/src/main/cpp/examples/StateSpaceArm/cpp/Robot.cpp @@ -5,7 +5,6 @@ #include #include #include -#include #include #include #include diff --git a/wpilibcExamples/src/main/cpp/examples/StateSpaceFlywheelSysId/cpp/Robot.cpp b/wpilibcExamples/src/main/cpp/examples/StateSpaceFlywheelSysId/cpp/Robot.cpp index 69d1953d4f..ed588249ac 100644 --- a/wpilibcExamples/src/main/cpp/examples/StateSpaceFlywheelSysId/cpp/Robot.cpp +++ b/wpilibcExamples/src/main/cpp/examples/StateSpaceFlywheelSysId/cpp/Robot.cpp @@ -6,7 +6,6 @@ #include #include #include -#include #include #include #include