Renames all our .hpp HAL files to .h (#44)

Adds consistency, as the HAL was .hpp however all other code was .h.
This commit is contained in:
Thad House
2016-05-22 21:41:22 -07:00
committed by Peter Johnson
parent 248ca0c4a0
commit 8fc55c80a9
95 changed files with 123 additions and 123 deletions

View File

@@ -5,7 +5,7 @@
/* the project. */
/*----------------------------------------------------------------------------*/
#include "HAL/HAL.hpp"
#include "HAL/HAL.h"
#include <signal.h> // linux for kill
#include <sys/prctl.h>
@@ -19,7 +19,7 @@
#include "FRC_NetworkCommunication/FRCComm.h"
#include "FRC_NetworkCommunication/LoadOut.h"
#include "FRC_NetworkCommunication/UsageReporting.h"
#include "HAL/Errors.hpp"
#include "HAL/Errors.h"
#include "HAL/Port.h"
#include "ctre/ctre.h"
#include "visa/visa.h"