Remove large HAL headers from wpilibc headers (#1386)

Now only includes the types in the wpilib headers.
Should immensely clean up intellisense.

Closes #1383
This commit is contained in:
Thad House
2018-10-29 12:49:17 -07:00
committed by Peter Johnson
parent f774e47c80
commit f0b0965f9b
48 changed files with 466 additions and 355 deletions

View File

@@ -14,7 +14,7 @@
#include <thread>
#include <utility>
#include <hal/Notifier.h>
#include <hal/Types.h>
#include <wpi/mutex.h>
#include "frc/ErrorBase.h"