commit | 42cea3a066b9dd34433b95c1d834eb11bc27006f | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Jun 25 19:10:59 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Jun 25 19:10:59 2013 -0700 |
tree | 2aa78f6b3d2a9510e1a8796cd2efea8ea7df3094 | |
parent | 79ba55cee45999b4c80dc672f69ff44c8ac714f1 [diff] [blame] |
Rename folder wire to encoding
diff --git a/test/test-encode-decode-interest.cpp b/test/test-encode-decode-interest.cpp index 9c3680e..0ef645f 100644 --- a/test/test-encode-decode-interest.cpp +++ b/test/test-encode-decode-interest.cpp
@@ -9,7 +9,7 @@ #include <sstream> #include <iostream> #include "ndn-cpp/interest.h" -#include "ndn-cpp/wire/ccnb.h" +#include "ndn-cpp/encoding/ccnb.h" using namespace std; using namespace ndn;