route: Refresh FIB entries independently of routing table calculation
refs: #2778
Change-Id: I3536faa9c097152bfb99ebc0270221ca359cba35
diff --git a/src/route/face-map.hpp b/src/route/face-map.hpp
index cbf1f18..9505229 100644
--- a/src/route/face-map.hpp
+++ b/src/route/face-map.hpp
@@ -18,11 +18,11 @@
* NLSR, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>.
*
**/
+
#ifndef NLSR_FACE_MAP_HPP
#define NLSR_FACE_MAP_HPP
-#include <ndn-cxx/common.hpp>
-#include <algorithm>
+#include "common.hpp"
#include <map>
@@ -118,4 +118,4 @@
} // namespace nlsr
-#endif //NLSR_FACE_MAP_HPP
+#endif // NLSR_FACE_MAP_HPP