mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Clean up unused includes (#8950)
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
#include "wpi/sysid/analysis/AnalysisManager.hpp"
|
||||
|
||||
#include <cmath>
|
||||
#include <limits>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
@@ -13,7 +12,6 @@
|
||||
|
||||
#include "wpi/sysid/analysis/FeedforwardAnalysis.hpp"
|
||||
#include "wpi/sysid/analysis/FilteringUtils.hpp"
|
||||
#include "wpi/units/angle.hpp"
|
||||
#include "wpi/util/MathExtras.hpp"
|
||||
#include "wpi/util/StringExtras.hpp"
|
||||
#include "wpi/util/StringMap.hpp"
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#include <cmath>
|
||||
|
||||
#include "wpi/math/system/NumericalIntegration.hpp"
|
||||
#include "wpi/math/util/StateSpaceUtil.hpp"
|
||||
#include "wpi/util/MathExtras.hpp"
|
||||
|
||||
using namespace sysid;
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
#include "wpi/sysid/analysis/ElevatorSim.hpp"
|
||||
|
||||
#include "wpi/math/system/Discretization.hpp"
|
||||
#include "wpi/math/util/StateSpaceUtil.hpp"
|
||||
#include "wpi/util/MathExtras.hpp"
|
||||
|
||||
using namespace sysid;
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
|
||||
#include "wpi/math/filter/LinearFilter.hpp"
|
||||
#include "wpi/math/filter/MedianFilter.hpp"
|
||||
#include "wpi/units/math.hpp"
|
||||
#include "wpi/util/MathExtras.hpp"
|
||||
#include "wpi/util/StringExtras.hpp"
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
#include "wpi/sysid/analysis/SimpleMotorSim.hpp"
|
||||
|
||||
#include "wpi/math/system/Discretization.hpp"
|
||||
#include "wpi/math/util/StateSpaceUtil.hpp"
|
||||
#include "wpi/util/MathExtras.hpp"
|
||||
|
||||
using namespace sysid;
|
||||
|
||||
Reference in New Issue
Block a user