Skip to content

Commit 5971b41

Browse files
author
iRobot ROS
authored
Merge pull request #32 from mauropasse/mauro/pr-events-executor-2
Move rcutils/executor_event_types.h to rmw/executor_event_types.h
2 parents 2828376 + 7ddd6d1 commit 5971b41

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)