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:
@@ -8,10 +8,8 @@
|
||||
|
||||
#include "CommandTestBase.hpp"
|
||||
#include "wpi/commands2/CommandScheduler.hpp"
|
||||
#include "wpi/commands2/RunCommand.hpp"
|
||||
#include "wpi/commands2/WaitUntilCommand.hpp"
|
||||
#include "wpi/driverstation/Joystick.hpp"
|
||||
#include "wpi/driverstation/internal/DriverStationBackend.hpp"
|
||||
#include "wpi/simulation/JoystickSim.hpp"
|
||||
|
||||
using namespace wpi::cmd;
|
||||
|
||||
@@ -9,8 +9,7 @@
|
||||
|
||||
#include "CommandTestBase.hpp"
|
||||
#include "CompositionTestBase.hpp"
|
||||
#include "wpi/commands2/InstantCommand.hpp"
|
||||
#include "wpi/commands2/WaitUntilCommand.hpp"
|
||||
#include "wpi/commands2/Commands.hpp"
|
||||
|
||||
using namespace wpi::cmd;
|
||||
class ParallelCommandGroupTest : public CommandTestBase {};
|
||||
|
||||
@@ -9,9 +9,7 @@
|
||||
|
||||
#include "CommandTestBase.hpp"
|
||||
#include "CompositionTestBase.hpp"
|
||||
#include "wpi/commands2/InstantCommand.hpp"
|
||||
#include "wpi/commands2/SequentialCommandGroup.hpp"
|
||||
#include "wpi/commands2/WaitUntilCommand.hpp"
|
||||
#include "wpi/commands2/Commands.hpp"
|
||||
|
||||
using namespace wpi::cmd;
|
||||
class ParallelRaceGroupTest : public CommandTestBase {};
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
|
||||
#include "wpi/commands2/ProxyCommand.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "CommandTestBase.hpp"
|
||||
#include "wpi/commands2/CommandPtr.hpp"
|
||||
#include "wpi/commands2/Commands.hpp"
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// 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 "wpi/commands2/RunCommand.hpp"
|
||||
|
||||
#include "CommandTestBase.hpp"
|
||||
#include "wpi/commands2/Commands.hpp"
|
||||
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
#include "CommandTestBase.hpp"
|
||||
#include "wpi/commands2/Commands.hpp"
|
||||
#include "wpi/commands2/InstantCommand.hpp"
|
||||
#include "wpi/commands2/RunCommand.hpp"
|
||||
#include "wpi/commands2/StartEndCommand.hpp"
|
||||
|
||||
using namespace wpi::cmd;
|
||||
class SchedulerTest : public CommandTestBase {};
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include "CommandTestBase.hpp"
|
||||
#include "CompositionTestBase.hpp"
|
||||
#include "wpi/commands2/InstantCommand.hpp"
|
||||
#include "wpi/commands2/WaitUntilCommand.hpp"
|
||||
|
||||
using namespace wpi::cmd;
|
||||
class SequentialCommandGroupTest : public CommandTestBase {};
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// 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 "wpi/commands2/StartEndCommand.hpp"
|
||||
|
||||
#include "CommandTestBase.hpp"
|
||||
#include "wpi/commands2/Commands.hpp"
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
|
||||
#include "CommandTestBase.hpp"
|
||||
#include "wpi/commands2/Commands.hpp"
|
||||
#include "wpi/commands2/WaitUntilCommand.hpp"
|
||||
#include "wpi/simulation/SimHooks.hpp"
|
||||
|
||||
using namespace wpi::cmd;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// 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 "wpi/commands2/WaitUntilCommand.hpp"
|
||||
|
||||
#include "CommandTestBase.hpp"
|
||||
#include "wpi/commands2/Commands.hpp"
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include "../CommandTestBase.hpp"
|
||||
#include "wpi/commands2/CommandScheduler.hpp"
|
||||
#include "wpi/commands2/RunCommand.hpp"
|
||||
#include "wpi/commands2/WaitUntilCommand.hpp"
|
||||
#include "wpi/nt/NetworkTableInstance.hpp"
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
|
||||
#include "../CommandTestBase.hpp"
|
||||
#include "wpi/commands2/button/Trigger.hpp"
|
||||
#include "wpi/driverstation/internal/DriverStationBackend.hpp"
|
||||
#include "wpi/hal/DriverStationTypes.h"
|
||||
#include "wpi/simulation/DriverStationSim.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user