Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Modifications to handle header file changes in rmw
Browse files Browse the repository at this point in the history
Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
  • Loading branch information
jaisontj committed Nov 27, 2019
1 parent ad05fa1 commit fed79ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions rmw_connext_cpp/src/rmw_get_topic_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "rmw/rmw.h"

#include "rmw/get_topic_info.h"
#include "rmw/topic_info_array.h"
#include "rmw_connext_shared_cpp/topic_info.hpp"

#include "rmw_connext_cpp/identifier.hpp"

extern "C"
Expand Down
2 changes: 2 additions & 0 deletions rmw_connext_dynamic_cpp/src/functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@
#include "rmw/allocators.h"
#include "rmw/error_handling.h"
#include "rmw/get_service_names_and_types.h"
#include "rmw/get_topic_info.h"
#include "rmw/get_topic_names_and_types.h"
#include "rmw/init.h"
#include "rmw/rmw.h"
#include "rmw/topic_info_array.h"
#include "rmw/types.h"

#include "rosidl_generator_c/primitives_sequence_functions.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
#ifndef RMW_CONNEXT_SHARED_CPP__TOPIC_INFO_HPP_
#define RMW_CONNEXT_SHARED_CPP__TOPIC_INFO_HPP_

#include "rmw/types.h"

#include "rmw/topic_info_array.h"
#include "rmw_connext_shared_cpp/visibility_control.h"

RMW_CONNEXT_SHARED_CPP_PUBLIC
Expand Down

0 comments on commit fed79ad

Please sign in to comment.