commit | 76f63ca9cd568c17d0800ce3f8623b5511f0ae46 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Sun Jul 07 22:38:44 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Sun Jul 07 22:38:44 2013 -0700 |
tree | 2312169d42b72ab13a034a9bb14270d753a35177 | |
parent | 2577c2539ba4b26c09e7d1f56ccf2a830bc0c37f [diff] |
Don't need to include "common.h"
diff --git a/ndn-cpp/Name.hpp b/ndn-cpp/Name.hpp index 58b78bd..302c7da 100644 --- a/ndn-cpp/Name.hpp +++ b/ndn-cpp/Name.hpp
@@ -9,7 +9,6 @@ #include <vector> #include <string> -#include "common.h" #include "c/Name.h" #include "encoding/BinaryXMLWireFormat.hpp"