commit | 98ec85a88848ffc5acc60e8548af67da475b0660 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Dec 17 11:57:56 2013 -0800 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Dec 17 11:57:56 2013 -0800 |
tree | 38cc15d5f1640828e6dc594334c2aa5ead0f7bfc | |
parent | 7781b39d5a59ba455607bc3109a6059655e1d699 [diff] [blame] |
Rename key.h to key-locator.h. Refs #1089.
diff --git a/src/c/encoding/binary-xml-key.h b/src/c/encoding/binary-xml-key.h index 391fa72..efd8f54 100644 --- a/src/c/encoding/binary-xml-key.h +++ b/src/c/encoding/binary-xml-key.h
@@ -7,7 +7,7 @@ #ifndef NDN_BINARYXMLKEY_H #define NDN_BINARYXMLKEY_H -#include "../key.h" +#include "../key-locator.h" #include "../errors.h" #include "binary-xml-encoder.h" #include "binary-xml-decoder.h"