Skip to content

Commit 5689b08

Browse files
author
Mauro Passerino
committed
Merge branch 'irobot/add-events-executor' into mauro/pr-events-executor
2 parents d1d940e + 5971b41 commit 5689b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rclcpp/include/rclcpp/executors/events_executor.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
#include <memory>
2121
#include <vector>
2222

23-
#include "rcutils/executor_event_types.h"
24-
2523
#include "rclcpp/executor.hpp"
2624
#include "rclcpp/executors/events_executor_entities_collector.hpp"
2725
#include "rclcpp/executors/events_executor_notify_waitable.hpp"
2826
#include "rclcpp/executors/timers_manager.hpp"
2927
#include "rclcpp/node.hpp"
3028

29+
#include "rmw/executor_event_types.h"
30+
3131
namespace rclcpp
3232
{
3333
namespace executors

0 commit comments

Comments
 (0)