Moves HAL cpp headers from root to HAL directory (#174)

Could not include the ctre and NetComm folders, as those would require
changing ctre dependancies. Also removes a duplicated FRCComm header
that was not needed.
This commit is contained in:
Thad House
2016-07-14 00:17:29 -07:00
committed by Peter Johnson
parent 20c6525b1d
commit dffaa0abb9
27 changed files with 124 additions and 235 deletions

View File

@@ -15,7 +15,7 @@
#include <mutex>
#include <thread>
#include "HALUtil.h"
#include "Log.h"
#include "HAL/cpp/Log.h"
#include "SafeThread.h"
#include "edu_wpi_first_wpilibj_hal_NotifierJNI.h"