Fixed several files to use .hpp headers

Change-Id: I2a9ed167c18188b32a746e65dc3b08853b371dc4
This commit is contained in:
thomasclark
2014-05-29 18:11:01 -04:00
parent 2bf9db0019
commit b219d19153
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#include "Log.h"
#include "Log.hpp"
#include "edu_wpi_first_wpilibj_hal_CompressorJNI.h"
#include "HAL/HAL.h"
#include "HAL/HAL.hpp"
typedef void *VoidPointer;