rename rosidl_generator_cpp namespace to rosidl_runtime_cpp (#1060)
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
This commit is contained in:
parent
c1a7a65537
commit
5015cbf793
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
||||||
#ifndef RCLCPP__TYPE_SUPPORT_DECL_HPP_
|
#ifndef RCLCPP__TYPE_SUPPORT_DECL_HPP_
|
||||||
#define RCLCPP__TYPE_SUPPORT_DECL_HPP_
|
#define RCLCPP__TYPE_SUPPORT_DECL_HPP_
|
||||||
|
|
||||||
#include "rosidl_generator_cpp/message_type_support_decl.hpp"
|
#include "rosidl_runtime_cpp/message_type_support_decl.hpp"
|
||||||
#include "rosidl_generator_cpp/service_type_support_decl.hpp"
|
#include "rosidl_runtime_cpp/service_type_support_decl.hpp"
|
||||||
|
|
||||||
#include "rosidl_typesupport_cpp/message_type_support.hpp"
|
#include "rosidl_typesupport_cpp/message_type_support.hpp"
|
||||||
#include "rosidl_typesupport_cpp/service_type_support.hpp"
|
#include "rosidl_typesupport_cpp/service_type_support.hpp"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue