mgmt+rib: include ndn-cxx/mgmt/nfd/*
refs #3760
Change-Id: I9a2e3012af2f72495ce3259fa4f51ebaa8ea7096
diff --git a/tests/rib/rib-manager.t.cpp b/tests/rib/rib-manager.t.cpp
index cfe0b3f..9bd8f72 100644
--- a/tests/rib/rib-manager.t.cpp
+++ b/tests/rib/rib-manager.t.cpp
@@ -27,9 +27,9 @@
#include "manager-common-fixture.hpp"
#include <ndn-cxx/lp/tags.hpp>
-#include <ndn-cxx/management/nfd-rib-entry.hpp>
-#include <ndn-cxx/management/nfd-face-status.hpp>
-#include <ndn-cxx/management/nfd-face-event-notification.hpp>
+#include <ndn-cxx/mgmt/nfd/rib-entry.hpp>
+#include <ndn-cxx/mgmt/nfd/face-status.hpp>
+#include <ndn-cxx/mgmt/nfd/face-event-notification.hpp>
#include <ndn-cxx/util/random.hpp>
namespace nfd {