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

@@ -4,7 +4,7 @@
#pragma once
#include <units/voltage.h>
#include "wpi/units/voltage.hpp"
namespace frc {

View File

@@ -7,11 +7,11 @@
#include <functional>
#include <vector>
#include <wpi/deprecated.h>
#include <wpi/sendable/Sendable.h>
#include <wpi/sendable/SendableHelper.h>
#include "wpi/util/deprecated.hpp"
#include "wpi/util/sendable/Sendable.hpp"
#include "wpi/util/sendable/SendableHelper.hpp"
#include "frc/motorcontrol/MotorController.h"
#include "wpi/hardware/motor/MotorController.hpp"
WPI_IGNORE_DEPRECATED

View File

@@ -6,10 +6,10 @@
#include <string>
#include <units/time.h>
#include <wpi/mutex.h>
#include "wpi/units/time.hpp"
#include "wpi/util/mutex.hpp"
#include "frc/Timer.h"
#include "wpi/system/Timer.hpp"
namespace frc {

View File

@@ -12,15 +12,15 @@
#include <utility>
#include <vector>
#include <hal/SimDevice.h>
#include <units/voltage.h>
#include <wpi/deprecated.h>
#include <wpi/sendable/Sendable.h>
#include <wpi/sendable/SendableHelper.h>
#include "wpi/hal/SimDevice.h"
#include "wpi/units/voltage.hpp"
#include "wpi/util/deprecated.hpp"
#include "wpi/util/sendable/Sendable.hpp"
#include "wpi/util/sendable/SendableHelper.hpp"
#include "frc/MotorSafety.h"
#include "frc/PWM.h"
#include "frc/motorcontrol/MotorController.h"
#include "wpi/hardware/motor/MotorSafety.hpp"
#include "wpi/hardware/discrete/PWM.hpp"
#include "wpi/hardware/motor/MotorController.hpp"
namespace frc {