Skip to content

Commit

Permalink
[commands] Remove unused headers (wpilibsuite#6300)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty authored Jan 24, 2024
1 parent be78552 commit 47652d7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +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 <cmath>
#include <functional>
#include <memory>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
#pragma warning(disable : 4521)
#endif

#include <concepts>
#include <memory>
#include <type_traits>
#include <utility>
#include <vector>

#include <wpi/DecayedDerivedFrom.h>

#include "frc2/command/CommandBase.h"
#include "frc2/command/CommandHelper.h"

namespace frc2 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +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 <cmath>
#include <functional>
#include <memory>

#include <frc/Timer.h>
#include <frc/controller/HolonomicDriveController.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

#pragma once

#include <concepts>
#include <functional>
#include <memory>
#include <utility>

#include <frc/event/BooleanEvent.h>
Expand Down

0 comments on commit 47652d7

Please sign in to comment.