Skip to content

Commit

Permalink
Merge pull request #15 from mauropasse/mauro/group-callback-data
Browse files Browse the repository at this point in the history
Use RMW renamed file
  • Loading branch information
iRobot ROS authored Mar 1, 2021
2 parents af95c9e + 205bee5 commit 62fdb7b
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 62fdb7b

Please sign in to comment.