Skip to content

Commit 55a0af5

Browse files
committed
modify: include guard
Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com>
1 parent d621b41 commit 55a0af5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

system/autoware_topic_relay_controller/src/topic_relay_controller_node.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef AUTOWARE_TOPIC_RELAY_CONTROLLER__TOPIC_RELAY_CONTROLLER_HPP_
16-
#define AUTOWARE_TOPIC_RELAY_CONTROLLER__TOPIC_RELAY_CONTROLLER_HPP_
15+
#ifndef TOPIC_RELAY_CONTROLLER_HPP_
16+
#define TOPIC_RELAY_CONTROLLER_HPP_
1717

1818
// ROS 2 core
1919
#include <rclcpp/rclcpp.hpp>
@@ -65,4 +65,4 @@ class TopicRelayController : public rclcpp::Node
6565
};
6666
} // namespace autoware::topic_relay_controller
6767

68-
#endif // AUTOWARE_TOPIC_RELAY_CONTROLLER__TOPIC_RELAY_CONTROLLER_HPP_
68+
#endif // TOPIC_RELAY_CONTROLLER_HPP_

0 commit comments

Comments
 (0)