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

Change-Id: Ia9dd324a536573b5ac4fe1b73d82af772dc84923
Refs: #1536
diff --git a/core/face-monitor.cpp b/core/face-monitor.cpp
index 658d4b9..914e3df 100644
--- a/core/face-monitor.cpp
+++ b/core/face-monitor.cpp
@@ -26,7 +26,7 @@
 #include "face-monitor.hpp"
 #include "core/logger.hpp"
 
-#include <ndn-cpp-dev/face.hpp>
+#include <ndn-cxx/face.hpp>
 
 namespace nfd {
 
diff --git a/core/face-monitor.hpp b/core/face-monitor.hpp
index 6ce6595..28cfdbd 100644
--- a/core/face-monitor.hpp
+++ b/core/face-monitor.hpp
@@ -28,7 +28,7 @@
 
 #include "common.hpp"
 
-#include <ndn-cpp-dev/management/nfd-face-event-notification.hpp>
+#include <ndn-cxx/management/nfd-face-event-notification.hpp>
 
 namespace ndn {
 class Face;
diff --git a/core/logger.hpp b/core/logger.hpp
index 907ce7e..01ab1e6 100644
--- a/core/logger.hpp
+++ b/core/logger.hpp
@@ -26,7 +26,7 @@
 #define NFD_CORE_LOGGER_HPP
 
 #include "common.hpp"
-#include <ndn-cpp-dev/util/time.hpp>
+#include <ndn-cxx/util/time.hpp>
 
 /// \todo use when we enable C++11 (see todo in now())
 // #include <cinttypes>
diff --git a/core/scheduler.hpp b/core/scheduler.hpp
index f275c69..c674429 100644
--- a/core/scheduler.hpp
+++ b/core/scheduler.hpp
@@ -26,7 +26,7 @@
 #define NFD_CORE_SCHEDULER_HPP
 
 #include "common.hpp"
-#include <ndn-cpp-dev/util/scheduler.hpp>
+#include <ndn-cxx/util/scheduler.hpp>
 
 namespace nfd {
 namespace scheduler {