Change #include style
Header files are now always included with their path from the
project's root directory rather than the path relative to
the includer.
Change-Id: If39b8510eef8da00baf5fe88337c45dbdf8c766e
Refs: #3084
diff --git a/ndn-cxx/data.hpp b/ndn-cxx/data.hpp
index 554c056..389d244 100644
--- a/ndn-cxx/data.hpp
+++ b/ndn-cxx/data.hpp
@@ -22,11 +22,11 @@
#ifndef NDN_DATA_HPP
#define NDN_DATA_HPP
-#include "meta-info.hpp"
-#include "name.hpp"
-#include "packet-base.hpp"
-#include "signature.hpp"
-#include "encoding/block.hpp"
+#include "ndn-cxx/meta-info.hpp"
+#include "ndn-cxx/name.hpp"
+#include "ndn-cxx/packet-base.hpp"
+#include "ndn-cxx/signature.hpp"
+#include "ndn-cxx/encoding/block.hpp"
namespace ndn {