commit | 2cae8cacf0094cf99bd4adcfdb7f55a97d8aadef | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Apr 18 20:48:05 2019 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sun Apr 21 22:15:03 2019 -0400 |
tree | ec23714d997f546126086fab1e85a311c3c996b0 | |
parent | 2840dbc868e155c3fc8c806a55ed8ebd0a62e272 [diff] [blame] |
core: move nfd-specific files to daemon/ Refs: #4922 Change-Id: I2243dbb87c63f9cbaf7d7051d7a0d4bca2f9fdb5
diff --git a/daemon/rib/service.hpp b/daemon/rib/service.hpp index d1c2226..ca5f57b 100644 --- a/daemon/rib/service.hpp +++ b/daemon/rib/service.hpp
@@ -26,7 +26,7 @@ #ifndef NFD_DAEMON_RIB_SERVICE_HPP #define NFD_DAEMON_RIB_SERVICE_HPP -#include "core/config-file.hpp" +#include "common/config-file.hpp" #include "mgmt/rib-manager.hpp" #include "rib/fib-updater.hpp" #include "rib/rib.hpp"