Skip to content

Commit dc1105e

Browse files
committed
fix coal deprecated header warning
1 parent d914b54 commit dc1105e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

include/hpp/fcl/coal.hpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
#ifndef HPP_FCL_COAL_HH
2-
#define HPP_FCL_COAL_HH
1+
#ifndef HPP_FCL_COAL_HPP
2+
#define HPP_FCL_COAL_HPP
33

44
#include <coal/config.hh>
55
#include <coal/deprecated.hh>
66

77
#define COAL_BACKWARD_COMPATIBILITY_WITH_HPP_FCL
88

9-
#pragma message COAL_DEPRECATED_HEADER( \
10-
"Please update your includes from 'hpp/fcl' to 'coal'")
9+
COAL_DEPRECATED_HEADER("Please update your includes from 'hpp/fcl' to 'coal'")
1110

1211
#define HPP_FCL_VERSION_AT_LEAST(major, minor, patch) \
1312
COAL_VERSION_AT_LEAST(major, minor, patch)
1413

15-
#endif // COAL_FWD_HH
14+
#endif // COAL_FWD_HPP

0 commit comments

Comments
 (0)