From a71bb05a7c544fb91b8ec33b23b50f85774d8751 Mon Sep 17 00:00:00 2001 From: Paul Bovbel Date: Sun, 18 Jan 2015 13:05:29 -0500 Subject: [PATCH] Remove stray depedency --- pointcloud_to_laserscan/CMakeLists.txt | 1 - pointcloud_to_laserscan/src/pointcloud_to_laserscan_nodelet.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/pointcloud_to_laserscan/CMakeLists.txt b/pointcloud_to_laserscan/CMakeLists.txt index 7a8d8d2a..193e3ac6 100644 --- a/pointcloud_to_laserscan/CMakeLists.txt +++ b/pointcloud_to_laserscan/CMakeLists.txt @@ -9,7 +9,6 @@ find_package(catkin REQUIRED COMPONENTS tf2 tf2_ros tf2_sensor_msgs - geometry_msgs ) catkin_package( diff --git a/pointcloud_to_laserscan/src/pointcloud_to_laserscan_nodelet.cpp b/pointcloud_to_laserscan/src/pointcloud_to_laserscan_nodelet.cpp index f00a2a3e..81dd7eb9 100644 --- a/pointcloud_to_laserscan/src/pointcloud_to_laserscan_nodelet.cpp +++ b/pointcloud_to_laserscan/src/pointcloud_to_laserscan_nodelet.cpp @@ -42,7 +42,6 @@ #include #include #include -#include #include namespace pointcloud_to_laserscan