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
@@ -1,6 +1,6 @@
|
||||
#include "rpy/ControlWord.h"
|
||||
|
||||
#include <hal/DriverStation.h>
|
||||
#include "wpi/hal/DriverStation.h"
|
||||
|
||||
namespace rpy {
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <wpi/fs.h>
|
||||
#include "wpi/util/fs.hpp"
|
||||
|
||||
namespace robotpy::filesystem {
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "MotorControllerGroup.h"
|
||||
|
||||
#include "wpi/sendable/SendableBuilder.h"
|
||||
#include "wpi/util/sendable/SendableBuilder.hpp"
|
||||
|
||||
using namespace frc;
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <wpi/sendable/Sendable.h>
|
||||
#include "wpi/util/sendable/Sendable.hpp"
|
||||
#include <semiwrap.h>
|
||||
|
||||
namespace rpy {
|
||||
|
||||
Reference in New Issue
Block a user