commit | 7357ef2dd7f62e73c7a3d44ef48b5e8894a9f986 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Sep 07 02:39:37 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Sep 07 02:39:37 2016 +0000 |
tree | 23848003cabd2931d688a48ce4fcb3c4032bc7a0 | |
parent | 02b51259f0d54ddde325b1d3ef5ed7ec3251c9b6 [diff] [blame] |
mgmt: move management/nfd-* to mgmt/nfd/ refs #3760 Change-Id: Ib4bde3412b5c39b9f4f46113199cebe78704505e
diff --git a/tests/unit-tests/mgmt/dispatcher.t.cpp b/tests/unit-tests/mgmt/dispatcher.t.cpp index d7e4efc..877ec02 100644 --- a/tests/unit-tests/mgmt/dispatcher.t.cpp +++ b/tests/unit-tests/mgmt/dispatcher.t.cpp
@@ -20,7 +20,7 @@ */ #include "mgmt/dispatcher.hpp" -#include "management/nfd-control-parameters.hpp" +#include "mgmt/nfd/control-parameters.hpp" #include "util/dummy-client-face.hpp" #include "boost-test.hpp"