commit | 5341219a835e2cab6b4493fd164cde281916d3cb | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Aug 06 13:35:50 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Aug 06 13:35:50 2013 -0700 |
tree | 0011ea6e728bab8003962241fa21dc3672f82679 | |
parent | 968c19724db316b7b92607f5ed6b6773d6770f6f [diff] [blame] |
Major code style change to rename all files to lower case.
diff --git a/ndn-cpp/c/encoding/binary-xml-data.h b/ndn-cpp/c/encoding/binary-xml-data.h index f3b14e9..ebe2370 100644 --- a/ndn-cpp/c/encoding/binary-xml-data.h +++ b/ndn-cpp/c/encoding/binary-xml-data.h
@@ -8,8 +8,8 @@ #include "../errors.h" #include "../data.h" -#include "BinaryXMLEncoder.h" -#include "BinaryXMLDecoder.h" +#include "binary-xml-encoder.h" +#include "binary-xml-decoder.h" #ifdef __cplusplus extern "C" {