From e4711bb200b0214397dc7968e8ebeb6b715296fe Mon Sep 17 00:00:00 2001 From: Joseph Mirabel <jmirabel@laas.fr> Date: Fri, 28 Jul 2017 15:23:07 +0200 Subject: [PATCH] Overwrite Progressive path projector factory. --- src/problem-solver.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/problem-solver.cc b/src/problem-solver.cc index 89b1e454..c921308e 100644 --- a/src/problem-solver.cc +++ b/src/problem-solver.cc @@ -28,10 +28,10 @@ #include <hpp/core/random-shortcut.hh> #include <hpp/core/path-optimization/partial-shortcut.hh> -#include "hpp/core/path-projector/progressive.hh" -#include "hpp/core/path-projector/dichotomy.hh" -#include "hpp/core/path-projector/global.hh" -#include "hpp/core/path-projector/recursive-hermite.hh" +#include <hpp/core/path-projector/progressive.hh> +#include <hpp/core/path-projector/dichotomy.hh> +#include <hpp/core/path-projector/global.hh> +#include <hpp/core/path-projector/recursive-hermite.hh> #include <hpp/core/roadmap.hh> #include <hpp/core/steering-method-straight.hh> #include <hpp/core/comparison-type.hh> -- GitLab