From 2be55d739e375cc02e7da0e890aa40725b0a34eb Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Cordero Date: Mon, 27 Apr 2026 18:02:20 +0200 Subject: [PATCH] Cleanup headers Signed-off-by: Alejandro Hernandez Cordero --- tf2/src/cache.cpp | 1 - tf2/src/static_cache.cpp | 2 -- tf2/src/time.cpp | 1 + tf2_bullet/include/tf2_bullet/tf2_bullet.hpp | 2 -- tf2_ros/src/buffer.cpp | 2 -- tf2_ros/src/tf2_echo.cpp | 1 - tf2_ros/src/transform_listener.cpp | 1 - 7 files changed, 1 insertion(+), 9 deletions(-) diff --git a/tf2/src/cache.cpp b/tf2/src/cache.cpp index 01c133afd..651795e90 100644 --- a/tf2/src/cache.cpp +++ b/tf2/src/cache.cpp @@ -40,7 +40,6 @@ #include "tf2/LinearMath/Vector3.hpp" #include "tf2/LinearMath/Quaternion.hpp" -#include "tf2/LinearMath/Transform.hpp" namespace tf2 { diff --git a/tf2/src/static_cache.cpp b/tf2/src/static_cache.cpp index 93575e5a3..298c55b51 100644 --- a/tf2/src/static_cache.cpp +++ b/tf2/src/static_cache.cpp @@ -34,8 +34,6 @@ #include "tf2/time_cache.hpp" #include "tf2/exceptions.hpp" -#include "tf2/LinearMath/Transform.hpp" - bool tf2::StaticCache::getData( tf2::TimePoint time, tf2::TransformStorage & data_out, std::string * error_str, TF2Error * error_code) diff --git a/tf2/src/time.cpp b/tf2/src/time.cpp index 4bcfbc925..0ce45e1a9 100644 --- a/tf2/src/time.cpp +++ b/tf2/src/time.cpp @@ -29,6 +29,7 @@ /** \author Tully Foote */ #include +#include #include #include diff --git a/tf2_bullet/include/tf2_bullet/tf2_bullet.hpp b/tf2_bullet/include/tf2_bullet/tf2_bullet.hpp index 3a495790f..152d10ddb 100644 --- a/tf2_bullet/include/tf2_bullet/tf2_bullet.hpp +++ b/tf2_bullet/include/tf2_bullet/tf2_bullet.hpp @@ -33,8 +33,6 @@ #ifndef TF2_BULLET__TF2_BULLET_HPP_ #define TF2_BULLET__TF2_BULLET_HPP_ -#include - #include "tf2/convert.hpp" #include "LinearMath/btQuaternion.h" #include "LinearMath/btScalar.h" diff --git a/tf2_ros/src/buffer.cpp b/tf2_ros/src/buffer.cpp index 9ac7a47cc..44aaa6818 100644 --- a/tf2_ros/src/buffer.cpp +++ b/tf2_ros/src/buffer.cpp @@ -34,12 +34,10 @@ #include #include -#include #include #include #include #include -#include namespace tf2_ros { diff --git a/tf2_ros/src/tf2_echo.cpp b/tf2_ros/src/tf2_echo.cpp index 7e564e0d7..9cd9411ad 100644 --- a/tf2_ros/src/tf2_echo.cpp +++ b/tf2_ros/src/tf2_echo.cpp @@ -36,7 +36,6 @@ #include #include -#include #include #include #include diff --git a/tf2_ros/src/transform_listener.cpp b/tf2_ros/src/transform_listener.cpp index 242e8b608..d643ed152 100644 --- a/tf2_ros/src/transform_listener.cpp +++ b/tf2_ros/src/transform_listener.cpp @@ -30,7 +30,6 @@ /** \author Tully Foote */ #include -#include #include #include #include