Skip to content

Commit

Permalink
Use RMW renamed file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Passerino committed Feb 26, 2021
1 parent d97b249 commit 205bee5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rcl/include/rcl/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extern "C"
#include "rcl/node.h"
#include "rcl/visibility_control.h"

#include "rmw/listener_event_types.h"
#include "rmw/listener_callback_type.h"

/// Internal rcl client implementation struct.
struct rcl_client_impl_t;
Expand Down
2 changes: 1 addition & 1 deletion rcl/include/rcl/guard_condition.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extern "C"
#include "rcl/types.h"
#include "rcl/visibility_control.h"

#include "rmw/listener_event_types.h"
#include "rmw/listener_callback_type.h"

/// Internal rcl guard condition implementation struct.
struct rcl_guard_condition_impl_t;
Expand Down
2 changes: 1 addition & 1 deletion rcl/include/rcl/service.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extern "C"
#include "rcl/node.h"
#include "rcl/visibility_control.h"

#include "rmw/listener_event_types.h"
#include "rmw/listener_callback_type.h"

/// Internal rcl implementation struct.
struct rcl_service_impl_t;
Expand Down
2 changes: 1 addition & 1 deletion rcl/include/rcl/subscription.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extern "C"
#include "rcl/node.h"
#include "rcl/visibility_control.h"

#include "rmw/listener_event_types.h"
#include "rmw/listener_callback_type.h"
#include "rmw/message_sequence.h"

/// Internal rcl implementation struct.
Expand Down

0 comments on commit 205bee5

Please sign in to comment.