Skip to content
Snippets Groups Projects
Commit 8626b7c7 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

Update deprecation warning

  Do not suggest another deprecated header as an alternative.
parent da384f05
No related branches found
No related tags found
No related merge requests found
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
#ifndef HPP_FCL_MATRIX_3F_H #ifndef HPP_FCL_MATRIX_3F_H
#define 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. // List of equivalent includes.
# include <hpp/fcl/math/types.h> # include <hpp/fcl/data_types.h>
#endif #endif
\ No newline at end of file
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
#ifndef HPP_FCL_VEC_3F_H #ifndef HPP_FCL_VEC_3F_H
#define 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. // List of equivalent includes.
# include <hpp/fcl/math/types.h> # include <hpp/fcl/data_types.h>
#endif #endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment