commit | a2c853cc89afc470f7d3eede3ebf788c05b8701e | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Mon Aug 05 18:07:49 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Mon Aug 05 18:07:49 2013 -0700 |
tree | 41fbd5a3095f381dc566b489813398cd51e143a2 | |
parent | 517ffa8f25258eee01183bc936770d7012ad1adb [diff] |
Don't need to include BinaryXMLWireFormat.hpp
diff --git a/ndn-cpp/encoding/WireFormat.cpp b/ndn-cpp/encoding/WireFormat.cpp index 056b789..ba5772f 100644 --- a/ndn-cpp/encoding/WireFormat.cpp +++ b/ndn-cpp/encoding/WireFormat.cpp
@@ -5,7 +5,6 @@ #include <stdexcept> #include "WireFormat.hpp" -#include "BinaryXMLWireFormat.hpp" using namespace std;