Major code style change to rename all files to lower case.
diff --git a/ndn-cpp/face.hpp b/ndn-cpp/face.hpp
index b00314b..fe700ef 100644
--- a/ndn-cpp/face.hpp
+++ b/ndn-cpp/face.hpp
@@ -6,10 +6,10 @@
 #ifndef NDN_FACE_HPP
 #define	NDN_FACE_HPP
 
-#include "Closure.hpp"
-#include "Interest.hpp"
-#include "transport/UdpTransport.hpp"
-#include "encoding/BinaryXMLElementReader.hpp"
+#include "closure.hpp"
+#include "interest.hpp"
+#include "transport/udp-transport.hpp"
+#include "encoding/binary-xml-element-reader.hpp"
 
 using namespace std;