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

@@ -11,7 +11,7 @@
#include <boost/mem_fn.hpp>
#include "Log.h"
#include "HAL/cpp/Log.h"
#include "Timer.h"
#include "Utility.h"
#include "WPIErrors.h"