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,7 +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 "frc/geometry/struct/Ellipse2dStruct.h"
#include "wpi/math/geometry/struct/Ellipse2dStruct.hpp"
namespace {
constexpr size_t kCenterOff = 0;

View File

@@ -2,7 +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 "frc/geometry/struct/Pose2dStruct.h"
#include "wpi/math/geometry/struct/Pose2dStruct.hpp"
namespace {
constexpr size_t kTranslationOff = 0;

View File

@@ -2,7 +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 "frc/geometry/struct/Pose3dStruct.h"
#include "wpi/math/geometry/struct/Pose3dStruct.hpp"
namespace {
constexpr size_t kTranslationOff = 0;

View File

@@ -2,7 +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 "frc/geometry/struct/QuaternionStruct.h"
#include "wpi/math/geometry/struct/QuaternionStruct.hpp"
namespace {
constexpr size_t kWOff = 0;

View File

@@ -2,7 +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 "frc/geometry/struct/Rectangle2dStruct.h"
#include "wpi/math/geometry/struct/Rectangle2dStruct.hpp"
namespace {
constexpr size_t kCenterOff = 0;

View File

@@ -2,7 +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 "frc/geometry/struct/Rotation2dStruct.h"
#include "wpi/math/geometry/struct/Rotation2dStruct.hpp"
namespace {
constexpr size_t kValueOff = 0;

View File

@@ -2,7 +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 "frc/geometry/struct/Rotation3dStruct.h"
#include "wpi/math/geometry/struct/Rotation3dStruct.hpp"
namespace {
constexpr size_t kQOff = 0;

View File

@@ -2,7 +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 "frc/geometry/struct/Transform2dStruct.h"
#include "wpi/math/geometry/struct/Transform2dStruct.hpp"
namespace {
constexpr size_t kTranslationOff = 0;

View File

@@ -2,7 +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 "frc/geometry/struct/Transform3dStruct.h"
#include "wpi/math/geometry/struct/Transform3dStruct.hpp"
namespace {
constexpr size_t kTranslationOff = 0;

View File

@@ -2,7 +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 "frc/geometry/struct/Translation2dStruct.h"
#include "wpi/math/geometry/struct/Translation2dStruct.hpp"
namespace {
constexpr size_t kXOff = 0;

View File

@@ -2,7 +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 "frc/geometry/struct/Translation3dStruct.h"
#include "wpi/math/geometry/struct/Translation3dStruct.hpp"
namespace {
constexpr size_t kXOff = 0;

View File

@@ -2,7 +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 "frc/geometry/struct/Twist2dStruct.h"
#include "wpi/math/geometry/struct/Twist2dStruct.hpp"
namespace {
constexpr size_t kDxOff = 0;

View File

@@ -2,7 +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 "frc/geometry/struct/Twist3dStruct.h"
#include "wpi/math/geometry/struct/Twist3dStruct.hpp"
namespace {
constexpr size_t kDxOff = 0;