From 8626b7c728500eabb9d3784a89a27743129afdbd Mon Sep 17 00:00:00 2001 From: Florent Lamiraux <florent@laas.fr> Date: Wed, 4 Dec 2019 11:16:04 +0100 Subject: [PATCH] Update deprecation warning Do not suggest another deprecated header as an alternative. --- include/hpp/fcl/math/matrix_3f.h | 6 +++--- include/hpp/fcl/math/vec_3f.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/hpp/fcl/math/matrix_3f.h b/include/hpp/fcl/math/matrix_3f.h index 3c60bb44..f36c9a93 100644 --- a/include/hpp/fcl/math/matrix_3f.h +++ b/include/hpp/fcl/math/matrix_3f.h @@ -38,9 +38,9 @@ #ifndef HPP_FCL_MATRIX_3F_H #define HPP_FCL_MATRIX_3F_H -# warning "This file is deprecated. Include <hpp/fcl/math/types.h> instead." +# warning "This file is deprecated. Include <hpp/fcl/data_types.h> instead." // List of equivalent includes. -# include <hpp/fcl/math/types.h> +# include <hpp/fcl/data_types.h> -#endif \ No newline at end of file +#endif diff --git a/include/hpp/fcl/math/vec_3f.h b/include/hpp/fcl/math/vec_3f.h index 9d41c14f..046e01dc 100644 --- a/include/hpp/fcl/math/vec_3f.h +++ b/include/hpp/fcl/math/vec_3f.h @@ -38,9 +38,9 @@ #ifndef HPP_FCL_VEC_3F_H #define HPP_FCL_VEC_3F_H -# warning "This file is deprecated. Include <hpp/fcl/math/types.h> instead." +# warning "This file is deprecated. Include <hpp/fcl/data_types.h> instead." // List of equivalent includes. -# include <hpp/fcl/math/types.h> +# include <hpp/fcl/data_types.h> -#endif \ No newline at end of file +#endif -- GitLab