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

Change-Id: Ia9dd324a536573b5ac4fe1b73d82af772dc84923
Refs: #1536
diff --git a/rib/rib.hpp b/rib/rib.hpp
index e2371eb..7c19c9f 100644
--- a/rib/rib.hpp
+++ b/rib/rib.hpp
@@ -27,7 +27,7 @@
 #define NFD_RIB_RIB_HPP
 
 #include "common.hpp"
-#include <ndn-cpp-dev/management/nfd-control-command.hpp>
+#include <ndn-cxx/management/nfd-control-command.hpp>
 
 namespace nfd {
 namespace rib {