core: move nfd-specific files to daemon/

Refs: #4922
Change-Id: I2243dbb87c63f9cbaf7d7051d7a0d4bca2f9fdb5
This commit is contained in:
Davide Pesavento
2019-04-18 20:48:05 -04:00
parent 2840dbc868
commit 2cae8cacf0
118 changed files with 215 additions and 265 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2014-2018, Regents of the University of California,
* Copyright (c) 2014-2019, Regents of the University of California,
* Arizona Board of Regents,
* Colorado State University,
* University Pierre & Marie Curie, Sorbonne University,
@@ -24,8 +24,8 @@
*/
#include "name-tree-hashtable.hpp"
#include "core/city-hash.hpp"
#include "core/logger.hpp"
#include "common/city-hash.hpp"
#include "common/logger.hpp"
namespace nfd {
namespace name_tree {