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

@@ -12,8 +12,8 @@
#include <cstring>
#include <string>
#include "FRC_NetworkCommunication/CANSessionMux.h"
#include "HAL/HAL.hpp"
#include "Log.hpp"
#include "HAL/HAL.h"
#include "Log.h"
#include "edu_wpi_first_wpilibj_hal_HALUtil.h"
#include "errno.h"