nlsr: removed references to ndn-cxx/common aliases and improved namespacing
Change-Id: I65e4691305b0157f334fc68d96998c119ef8b03b
refs: #3406
diff --git a/src/route/nexthop-list.cpp b/src/route/nexthop-list.cpp
index c2e5fa6..97a89b0 100644
--- a/src/route/nexthop-list.cpp
+++ b/src/route/nexthop-list.cpp
@@ -18,9 +18,8 @@
* You should have received a copy of the GNU General Public License along with
* NLSR, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>.
**/
-
-#include "common.hpp"
#include "nexthop-list.hpp"
+#include "common.hpp"
#include "nexthop.hpp"
#include "logger.hpp"
@@ -28,8 +27,6 @@
INIT_LOGGER("NexthopList");
-using namespace std;
-
static bool
nexthopAddCompare(const NextHop& nh1, const NextHop& nh2)
{