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

@@ -1,6 +1,6 @@
#include "rpy/ControlWord.h"
#include <hal/DriverStation.h>
#include "wpi/hal/DriverStation.h"
namespace rpy {

View File

@@ -1,7 +1,7 @@
#pragma once
#include <wpi/fs.h>
#include "wpi/util/fs.hpp"
namespace robotpy::filesystem {

View File

@@ -4,7 +4,7 @@
#include "MotorControllerGroup.h"
#include "wpi/sendable/SendableBuilder.h"
#include "wpi/util/sendable/SendableBuilder.hpp"
using namespace frc;

View File

@@ -9,9 +9,9 @@
#include <memory>
#include "frc/motorcontrol/MotorController.h"
#include "wpi/sendable/Sendable.h"
#include "wpi/sendable/SendableHelper.h"
#include "wpi/hardware/motor/MotorController.hpp"
#include "wpi/util/sendable/Sendable.hpp"
#include "wpi/util/sendable/SendableHelper.hpp"
namespace frc {

View File

@@ -7,11 +7,11 @@
#include <utility>
#include <fmt/format.h>
#include <hal/Notifier.h>
#include <hal/Threads.h>
#include "wpi/hal/Notifier.h"
#include "wpi/hal/Threads.h"
#include "frc/Errors.h"
#include "frc/Timer.h"
#include "wpi/system/Errors.hpp"
#include "wpi/system/Timer.hpp"
#include <pybind11/functional.h>
#include <gilsafe_object.h>

View File

@@ -13,9 +13,9 @@
#include <type_traits>
#include <utility>
#include <hal/Types.h>
#include <units/time.h>
#include <wpi/mutex.h>
#include "wpi/hal/Types.h"
#include "wpi/units/time.hpp"
#include "wpi/util/mutex.hpp"
#include <semiwrap.h>

View File

@@ -1,7 +1,7 @@
#pragma once
#include <wpi/sendable/Sendable.h>
#include "wpi/util/sendable/Sendable.hpp"
#include <semiwrap.h>
namespace rpy {