From 3129b478fa7c2fc2359b9bcfe95c242575efc0b1 Mon Sep 17 00:00:00 2001 From: Joseph Mirabel <jmirabel@laas.fr> Date: Thu, 25 Aug 2016 18:07:34 +0200 Subject: [PATCH] Update WeighedDistance --- include/hpp/manipulation/weighed-distance.hh | 3 ++- src/weighed-distance.cc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/hpp/manipulation/weighed-distance.hh b/include/hpp/manipulation/weighed-distance.hh index 472a6d5..fabe97a 100644 --- a/include/hpp/manipulation/weighed-distance.hh +++ b/include/hpp/manipulation/weighed-distance.hh @@ -19,9 +19,10 @@ # define HPP_MANIPULATION_DISTANCE_HH # include <hpp/core/weighed-distance.hh> + # include <hpp/manipulation/fwd.hh> -# include <hpp/manipulation/graph/fwd.hh> # include <hpp/manipulation/config.hh> +# include <hpp/manipulation/graph/fwd.hh> namespace hpp { namespace manipulation { diff --git a/src/weighed-distance.cc b/src/weighed-distance.cc index 4709eb4..756e0f1 100644 --- a/src/weighed-distance.cc +++ b/src/weighed-distance.cc @@ -18,8 +18,8 @@ #include <hpp/util/debug.hh> -#include <hpp/manipulation/roadmap-node.hh> #include <hpp/manipulation/device.hh> +#include <hpp/manipulation/roadmap-node.hh> #include <hpp/manipulation/graph/graph.hh> #include <hpp/manipulation/graph/edge.hh> -- GitLab