Fixes HAL to build without all headers included in HAL.h (#418)

This commit is contained in:
Thad House
2016-12-21 21:55:31 -08:00
committed by Peter Johnson
parent a42ec08d16
commit a03e3d7eb9
28 changed files with 53 additions and 3 deletions

View File

@@ -5,7 +5,9 @@
/* the project. */
/*----------------------------------------------------------------------------*/
#include "HAL/HAL.h"
#include "HAL/Compressor.h"
#include "HAL/Ports.h"
#include "HAL/Solenoid.h"
#include "HALUtil.h"
#include "HAL/cpp/Log.h"
#include "edu_wpi_first_wpilibj_hal_CompressorJNI.h"

View File

@@ -6,7 +6,7 @@
/*----------------------------------------------------------------------------*/
#include <jni.h>
#include "HAL/HAL.h"
#include "HAL/DIO.h"
#include "HALUtil.h"
#include "edu_wpi_first_wpilibj_hal_DigitalGlitchFilterJNI.h"

View File

@@ -12,6 +12,7 @@
#include "HAL/cpp/Log.h"
#include "HAL/HAL.h"
#include "HAL/DriverStation.h"
#include "edu_wpi_first_wpilibj_hal_HAL.h"
#include "HALUtil.h"

View File

@@ -16,6 +16,8 @@
#include "FRC_NetworkCommunication/CANSessionMux.h"
#include "HAL/HAL.h"
#include "HAL/DriverStation.h"
#include "HAL/Errors.h"
#include "HAL/cpp/Log.h"
#include "edu_wpi_first_wpilibj_hal_HALUtil.h"

View File

@@ -6,7 +6,8 @@
/*----------------------------------------------------------------------------*/
#include <jni.h>
#include "HAL/HAL.h"
#include "HAL/Solenoid.h"
#include "HAL/Ports.h"
#include "HAL/handles/HandlesInternal.h"
#include "HAL/cpp/Log.h"