ndnboost: Also replace header include guards which don't start with BOOST_ .
diff --git a/include/ndnboost/pointee.hpp b/include/ndnboost/pointee.hpp
index dd0a3b6..c8c927d 100644
--- a/include/ndnboost/pointee.hpp
+++ b/include/ndnboost/pointee.hpp
@@ -1,5 +1,5 @@
-#ifndef POINTEE_DWA200415_HPP
-# define POINTEE_DWA200415_HPP
+#ifndef POINTEE_NDNBOOST_DWA200415_HPP
+# define POINTEE_NDNBOOST_DWA200415_HPP
//
// Copyright David Abrahams 2004. Use, modification and distribution is
@@ -71,4 +71,4 @@
} // namespace ndnboost
-#endif // POINTEE_DWA200415_HPP
+#endif // POINTEE_NDNBOOST_DWA200415_HPP