Skip to content

Commit eeaa522

Browse files
Remove unnecessary msg includes in tests (#2566)
Signed-off-by: Christophe Bedard <[email protected]>
1 parent a13dc0f commit eeaa522

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

rclcpp/test/rclcpp/test_add_callback_groups_to_executor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
#include "rclcpp/node.hpp"
2525
#include "test_msgs/msg/empty.hpp"
26-
#include "test_msgs/msg/empty.h"
2726

2827
#include "rclcpp/exceptions.hpp"
2928
#include "rclcpp/executors.hpp"

rclcpp/test/rclcpp/test_any_service_callback.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "rclcpp/any_service_callback.hpp"
2525
#include "rclcpp/service.hpp"
2626
#include "test_msgs/srv/empty.hpp"
27-
#include "test_msgs/srv/empty.h"
2827

2928
class TestAnyServiceCallback : public ::testing::Test
3029
{

rclcpp/test/rclcpp/test_any_subscription_callback.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
#include "rclcpp/any_subscription_callback.hpp"
2323
#include "test_msgs/msg/empty.hpp"
24-
#include "test_msgs/msg/empty.h"
2524

2625
// Type adapter to be used in tests.
2726
struct MyEmpty {};

rclcpp/test/rclcpp/test_create_subscription.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "rclcpp/create_subscription.hpp"
2121
#include "rclcpp/node.hpp"
2222
#include "test_msgs/msg/empty.hpp"
23-
#include "test_msgs/msg/empty.h"
2423

2524
using namespace std::chrono_literals;
2625

0 commit comments

Comments
 (0)