Skip to content

Commit

Permalink
remove unused angles.h includes (moveit#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke authored and tylerjw committed May 11, 2020
1 parent 1adbc5a commit db59ad8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
#include <kdl/tree.hpp>
#include <kdl_parser/kdl_parser.hpp>

#include <angles/angles.h>

#include <moveit/macros/class_forward.h>
#include <moveit_msgs/GetPositionFK.h>
#include <moveit_msgs/GetPositionIK.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include <limits>
#include <Eigen/Geometry>
#include <algorithm>
#include <angles/angles.h>
#include <cmath>
#include <moveit/trajectory_processing/time_optimal_trajectory_generation.h>
#include <ros/console.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#include <vector>
#include <iterator>
#include <ros/ros.h>
#include <angles/angles.h>
#include <sstream>
#include <boost/algorithm/string.hpp>

Expand Down

0 comments on commit db59ad8

Please sign in to comment.