Major code style change to rename all files to lower case.
diff --git a/ndn-cpp/data.hpp b/ndn-cpp/data.hpp
index 7da6dad..0b0dd3e 100644
--- a/ndn-cpp/data.hpp
+++ b/ndn-cpp/data.hpp
@@ -6,9 +6,9 @@
 #ifndef NDN_DATA_HPP
 #define	NDN_DATA_HPP
 
-#include "Name.hpp"
-#include "PublisherPublicKeyDigest.hpp"
-#include "Key.hpp"
+#include "name.hpp"
+#include "publisher-public-key-digest.hpp"
+#include "key.hpp"
 #include "c/data.h"
 
 namespace ndn {