Skip to content

Commit 9be1e98

Browse files
authored
nav2_rviz_plugins: Remove unused rviz_common_plugins include (#4869)
Signed-off-by: Silvio Traversaro <silvio@traversaro.it>
1 parent ad756f7 commit 9be1e98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nav2_rviz_plugins/include/nav2_rviz_plugins/costmap_cost_tool.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
#include <nav2_msgs/srv/get_costs.hpp>
2121
#include <rviz_common/ros_integration/ros_node_abstraction_iface.hpp>
2222
#include <rviz_common/tool.hpp>
23-
#include <rviz_default_plugins/tools/point/point_tool.hpp>
23+
#include <rviz_common/properties/bool_property.hpp>
24+
#include <rviz_common/properties/qos_profile_property.hpp>
2425
#include <rclcpp/rclcpp.hpp>
2526

2627
namespace nav2_rviz_plugins

0 commit comments

Comments
 (0)