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;