Renamed log.h to Log.h

This commit is contained in:
Paul Malmsten
2014-02-03 21:43:24 -05:00
parent 938a422b21
commit aad6d11f4a
15 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
#include <jni.h>
#include <assert.h>
#include "log.h"
#include "Log.h"
#include "edu_wpi_first_wpilibj_hal_RelayJNI.h"