Major code style change to rename all files to lower case.
diff --git a/ndn-cpp/c/data.h b/ndn-cpp/c/data.h
index 9338846..7d25bac 100644
--- a/ndn-cpp/c/data.h
+++ b/ndn-cpp/c/data.h
@@ -6,9 +6,9 @@
 #ifndef NDN_DATA_H
 #define	NDN_DATA_H
 
-#include "Name.h"
-#include "PublisherPublicKeyDigest.h"
-#include "Key.h"
+#include "name.h"
+#include "publisher-public-key-digest.h"
+#include "key.h"
 
 #ifdef	__cplusplus
 extern "C" {