Refactor and modernize namespace declarations
Move all unit tests to namespace nfd::tests
Delete unused header core/algorithm.hpp
Change-Id: I5591f0c5f3bb5db67f8b45fae95471f8a555ca68
diff --git a/daemon/table/cs.cpp b/daemon/table/cs.cpp
index 5fc8301..18d8fe2 100644
--- a/daemon/table/cs.cpp
+++ b/daemon/table/cs.cpp
@@ -25,13 +25,11 @@
#include "cs.hpp"
#include "common/logger.hpp"
-#include "core/algorithm.hpp"
#include <ndn-cxx/lp/tags.hpp>
#include <ndn-cxx/util/concepts.hpp>
-namespace nfd {
-namespace cs {
+namespace nfd::cs {
NFD_LOG_INIT(ContentStore);
@@ -178,5 +176,4 @@
NFD_LOG_INFO((shouldServe ? "Enabling" : "Disabling") << " Data serving");
}
-} // namespace cs
-} // namespace nfd
+} // namespace nfd::cs