We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d914b54 commit dc1105eCopy full SHA for dc1105e
include/hpp/fcl/coal.hpp
@@ -1,15 +1,14 @@
1
-#ifndef HPP_FCL_COAL_HH
2
-#define HPP_FCL_COAL_HH
+#ifndef HPP_FCL_COAL_HPP
+#define HPP_FCL_COAL_HPP
3
4
#include <coal/config.hh>
5
#include <coal/deprecated.hh>
6
7
#define COAL_BACKWARD_COMPATIBILITY_WITH_HPP_FCL
8
9
-#pragma message COAL_DEPRECATED_HEADER( \
10
- "Please update your includes from 'hpp/fcl' to 'coal'")
+COAL_DEPRECATED_HEADER("Please update your includes from 'hpp/fcl' to 'coal'")
11
12
#define HPP_FCL_VERSION_AT_LEAST(major, minor, patch) \
13
COAL_VERSION_AT_LEAST(major, minor, patch)
14
15
-#endif // COAL_FWD_HH
+#endif // COAL_FWD_HPP
0 commit comments