Skip to content

Commit

Permalink
reorder includes in tf2/include/tf2/impl/convert.h
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
gleichdick and ahcorde authored Jun 21, 2021
1 parent 9fb1890 commit 13efa1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tf2/include/tf2/impl/convert.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
#ifndef TF2__IMPL__CONVERT_H_
#define TF2__IMPL__CONVERT_H_

#include <type_traits>

#include <geometry_msgs/msg/quaternion.hpp>
#include <std_msgs/msg/header.hpp>
#include <type_traits>

#include "../time.h"
#include "forward.hpp"
Expand Down

0 comments on commit 13efa1f

Please sign in to comment.