From 19e8d2a3739af655c599cc6536975f539c7db4db Mon Sep 17 00:00:00 2001 From: Joseph Mirabel <jmirabel@laas.fr> Date: Thu, 25 Aug 2016 18:04:24 +0200 Subject: [PATCH] Update RoadmapNode --- include/hpp/manipulation/roadmap-node.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/hpp/manipulation/roadmap-node.hh b/include/hpp/manipulation/roadmap-node.hh index 2fa8992e..f38bff2d 100644 --- a/include/hpp/manipulation/roadmap-node.hh +++ b/include/hpp/manipulation/roadmap-node.hh @@ -19,12 +19,11 @@ #ifndef HPP_MANIPULATION_ROADMAP_NODE_HH # define HPP_MANIPULATION_ROADMAP_NODE_HH -# include <hpp/manipulation/config.hh> - # include <hpp/core/node.hh> + # include <hpp/manipulation/fwd.hh> +# include <hpp/manipulation/config.hh> # include <hpp/manipulation/graph/fwd.hh> -# include <hpp/manipulation/connected-component.hh> namespace hpp { namespace manipulation { -- GitLab