mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
SCRIPT Run cc include replacements
This commit is contained in:
committed by
Peter Johnson
parent
f0a3c64121
commit
7c6efa41ae
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user