fw: localhop scope restriction in BestRouteStrategy2
localhop scope rules are implemented as wouldViolateScope function;
the old violatesScope function is now deprecated.
Strategy::sendInterest overload without specific Interest packet is also
deprecated. BestRouteStrategy2 has switched to use the new overload.
refs #3841, #1756
Change-Id: Ic117f01926eadddf1da3ccb580b52a3903a70c89
diff --git a/daemon/fw/strategy.cpp b/daemon/fw/strategy.cpp
index 27d6735..5de2e75 100644
--- a/daemon/fw/strategy.cpp
+++ b/daemon/fw/strategy.cpp
@@ -25,7 +25,7 @@
#include "strategy.hpp"
#include "forwarder.hpp"
-#include "pit-algorithm.hpp"
+#include "algorithm.hpp"
#include "core/logger.hpp"
#include "core/random.hpp"