build: == Dependency change == repo-ng now depends on ndn-cxx library

Change-Id: If8bde00b10f234bdf8177c49f2b5d7e632e62701
Refs: #1538
diff --git a/storage/storage-handle.hpp b/storage/storage-handle.hpp
index 767db6f..1552db7 100644
--- a/storage/storage-handle.hpp
+++ b/storage/storage-handle.hpp
@@ -10,11 +10,11 @@
 #include <string>
 #include <stdexcept>
 
-#include <ndn-cpp-dev/interest.hpp>
-#include <ndn-cpp-dev/name.hpp>
-#include <ndn-cpp-dev/data.hpp>
-#include <ndn-cpp-dev/selectors.hpp>
-#include <ndn-cpp-dev/key-locator.hpp>
+#include <ndn-cxx/interest.hpp>
+#include <ndn-cxx/name.hpp>
+#include <ndn-cxx/data.hpp>
+#include <ndn-cxx/selectors.hpp>
+#include <ndn-cxx/key-locator.hpp>
 
 #include "storage-method.hpp"