mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Fixed several files to use .hpp headers
Change-Id: I2a9ed167c18188b32a746e65dc3b08853b371dc4
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "Notifier.hpp"
|
||||
#include "Interrupts.hpp"
|
||||
#include "Errors.hpp"
|
||||
#include "PDP.hpp"
|
||||
|
||||
#include "Utilities.hpp"
|
||||
#include "Semaphore.hpp"
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#include "HAL/cpp/Synchronized.hpp"
|
||||
#include "NetworkCommunication/LoadOut.h"
|
||||
#include "ctre/PCM.h"
|
||||
#include <iostream>
|
||||
|
||||
bool pcmModulesInitialized = false;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "Log.h"
|
||||
#include "Log.hpp"
|
||||
#include "edu_wpi_first_wpilibj_hal_CompressorJNI.h"
|
||||
#include "HAL/HAL.h"
|
||||
#include "HAL/HAL.hpp"
|
||||
|
||||
typedef void *VoidPointer;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <jni.h>
|
||||
#include "Log.h"
|
||||
#include "HAL/HAL.h"
|
||||
#include "Log.hpp"
|
||||
#include "HAL/HAL.hpp"
|
||||
|
||||
#include "edu_wpi_first_wpilibj_hal_SolenoidJNI.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user