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;