Skip to content

Commit

Permalink
Remove unneeded boost bind include
Browse files Browse the repository at this point in the history
Not needed since C++11 and this header puts placeholder objects in the
global namespace on system-installed Boost versions
  • Loading branch information
jdlangs authored and Levi-Armstrong committed Jan 25, 2022
1 parent eade7f1 commit 18da3f1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
#include <array>
#include <unordered_map>
#include <functional>
#include <boost/bind.hpp>
#include <tesseract_geometry/geometries.h>
#include <tesseract_common/types.h>
#include <tesseract_common/collision_margin_data.h>
Expand Down

0 comments on commit 18da3f1

Please sign in to comment.