diff --git a/include/hpp/fcl/math/matrix_3f.h b/include/hpp/fcl/math/matrix_3f.h index 3c60bb44b1f3c6c4f2b080be1791ba0eb59b03ed..f36c9a937c85b2c4e2aff09d39e01c55e5537db9 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 9d41c14f8fa9a8daaf0cf97bd7d90da811d4fe9a..046e01dc1e0b2645bb3df8cee2de3a8c83ce144f 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