mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
Move CameraServer and WPILib headers into their own folder
The old headers were moved into folders because doing so avoids polluting the system include directories. Folder names were also normalized to lowercase.
This commit is contained in:
committed by
Peter Johnson
parent
31ced30c1e
commit
d89b7dd412
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "MockData/I2CData.h"
|
||||
#include <mockdata/I2CData.h>
|
||||
|
||||
using namespace hal;
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "MockData/SPIData.h"
|
||||
#include <mockdata/SPIData.h>
|
||||
|
||||
using namespace hal;
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "MockData/SPIData.h"
|
||||
#include <mockdata/SPIData.h>
|
||||
|
||||
using namespace hal;
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
|
||||
#include "MockData/NotifyCallbackHelpers.h"
|
||||
#include "MockData/SPIData.h"
|
||||
#include <mockdata/NotifyCallbackHelpers.h>
|
||||
#include <mockdata/SPIData.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "Winsock2.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "ThreeAxisAccelerometerData.h"
|
||||
|
||||
#include "MockData/NotifyCallbackHelpers.h"
|
||||
#include <mockdata/NotifyCallbackHelpers.h>
|
||||
|
||||
using namespace hal;
|
||||
|
||||
|
||||
@@ -10,10 +10,9 @@
|
||||
#include <atomic>
|
||||
#include <memory>
|
||||
|
||||
#include <mockdata/NotifyListenerVector.h>
|
||||
#include <wpi/mutex.h>
|
||||
|
||||
#include "MockData/NotifyListenerVector.h"
|
||||
|
||||
namespace hal {
|
||||
class ADXRS450_SpiGyroWrapper {
|
||||
public:
|
||||
|
||||
@@ -10,10 +10,9 @@
|
||||
#include <atomic>
|
||||
#include <memory>
|
||||
|
||||
#include <mockdata/NotifyListenerVector.h>
|
||||
#include <wpi/mutex.h>
|
||||
|
||||
#include "MockData/NotifyListenerVector.h"
|
||||
|
||||
namespace hal {
|
||||
class ThreeAxisAccelerometerData {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user