SCRIPT Run cc include replacements

This commit is contained in:
PJ Reiniger
2025-11-07 19:56:21 -05:00
committed by Peter Johnson
parent f0a3c64121
commit 7c6efa41ae
2477 changed files with 8882 additions and 8882 deletions

View File

@@ -2,9 +2,9 @@
// 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 "frc/trajectory/Trajectory.h"
#include "wpi/math/trajectory/Trajectory.hpp"
#include <wpi/json.h>
#include "wpi/util/json.hpp"
using namespace frc;

View File

@@ -2,16 +2,16 @@
// 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 "frc/trajectory/TrajectoryGenerator.h"
#include "wpi/math/trajectory/TrajectoryGenerator.hpp"
#include <utility>
#include <vector>
#include <wpi/print.h>
#include "wpi/util/print.hpp"
#include "frc/spline/SplineHelper.h"
#include "frc/spline/SplineParameterizer.h"
#include "frc/trajectory/TrajectoryParameterizer.h"
#include "wpi/math/spline/SplineHelper.hpp"
#include "wpi/math/spline/SplineParameterizer.hpp"
#include "wpi/math/trajectory/TrajectoryParameterizer.hpp"
using namespace frc;

View File

@@ -26,13 +26,13 @@
* SOFTWARE.
*/
#include "frc/trajectory/TrajectoryParameterizer.h"
#include "wpi/math/trajectory/TrajectoryParameterizer.hpp"
#include <vector>
#include <fmt/format.h>
#include "units/math.h"
#include "wpi/units/math.hpp"
using namespace frc;

View File

@@ -2,11 +2,11 @@
// 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 "frc/trajectory/proto/TrajectoryProto.h"
#include "wpi/math/trajectory/proto/TrajectoryProto.hpp"
#include <vector>
#include <wpi/protobuf/ProtobufCallbacks.h>
#include "wpi/util/protobuf/ProtobufCallbacks.hpp"
#include "wpimath/protobuf/trajectory.npb.h"

View File

@@ -2,11 +2,11 @@
// 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 "frc/trajectory/proto/TrajectoryStateProto.h"
#include "wpi/math/trajectory/proto/TrajectoryStateProto.hpp"
#include <utility>
#include <wpi/protobuf/ProtobufCallbacks.h>
#include "wpi/util/protobuf/ProtobufCallbacks.hpp"
#include "wpimath/protobuf/trajectory.npb.h"