Major code style change to rename all files to lower case.
diff --git a/ndn-cpp/face.cpp b/ndn-cpp/face.cpp
index d5c174b..eeaac00 100644
--- a/ndn-cpp/face.cpp
+++ b/ndn-cpp/face.cpp
@@ -3,8 +3,8 @@
  * See COPYING for copyright and distribution information.
  */
 
-#include "encoding/BinaryXMLDecoder.hpp"
-#include "c/encoding/BinaryXML.h"
+#include "encoding/binary-xml-decoder.hpp"
+#include "c/encoding/binary-xml.h"
 #include "data.hpp"
 #include "face.hpp"