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

@@ -7,7 +7,7 @@
#include <assert.h>
#include <jni.h>
#include "Log.h"
#include "HAL/cpp/Log.h"
#include "edu_wpi_first_wpilibj_hal_JNIWrapper.h"