mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
SCRIPT Run cc include replacements
This commit is contained in:
committed by
Peter Johnson
parent
f0a3c64121
commit
7c6efa41ae
@@ -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 "DSCommPacket.h"
|
||||
#include "wpi/halsim/ds_socket/DSCommPacket.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <chrono>
|
||||
@@ -11,8 +11,8 @@
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
|
||||
#include <hal/simulation/DriverStationData.h>
|
||||
#include <hal/simulation/MockHooks.h>
|
||||
#include "wpi/hal/simulation/DriverStationData.h"
|
||||
#include "wpi/hal/simulation/MockHooks.h"
|
||||
|
||||
using namespace halsim;
|
||||
|
||||
|
||||
@@ -20,15 +20,15 @@
|
||||
#include <memory>
|
||||
#include <string_view>
|
||||
|
||||
#include <DSCommPacket.h>
|
||||
#include <hal/Extensions.h>
|
||||
#include <wpi/print.h>
|
||||
#include <wpinet/EventLoopRunner.h>
|
||||
#include <wpinet/raw_uv_ostream.h>
|
||||
#include <wpinet/uv/Tcp.h>
|
||||
#include <wpinet/uv/Timer.h>
|
||||
#include <wpinet/uv/Udp.h>
|
||||
#include <wpinet/uv/util.h>
|
||||
#include "wpi/halsim/ds_socket/DSCommPacket.hpp"
|
||||
#include "wpi/hal/Extensions.h"
|
||||
#include "wpi/util/print.hpp"
|
||||
#include "wpi/net/EventLoopRunner.hpp"
|
||||
#include "wpi/net/raw_uv_ostream.hpp"
|
||||
#include "wpi/net/uv/Tcp.hpp"
|
||||
#include "wpi/net/uv/Timer.hpp"
|
||||
#include "wpi/net/uv/Udp.hpp"
|
||||
#include "wpi/net/uv/util.hpp"
|
||||
|
||||
#if defined(Win32) || defined(_WIN32)
|
||||
#pragma comment(lib, "Ws2_32.lib")
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include <hal/DriverStationTypes.h>
|
||||
#include "wpi/hal/DriverStationTypes.h"
|
||||
|
||||
namespace halsim {
|
||||
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
#include <array>
|
||||
#include <span>
|
||||
|
||||
#include <DSCommJoystickPacket.h>
|
||||
#include <hal/simulation/DriverStationData.h>
|
||||
#include <wpinet/raw_uv_ostream.h>
|
||||
#include "wpi/halsim/ds_socket/DSCommJoystickPacket.hpp"
|
||||
#include "wpi/hal/simulation/DriverStationData.h"
|
||||
#include "wpi/net/raw_uv_ostream.hpp"
|
||||
|
||||
class DSCommPacketTest;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user