Skip to content

Commit

Permalink
[trivial fix] remove accidental recursive include (#496)
Browse files Browse the repository at this point in the history
The file should not include itself.
Might seem like a cosmetic cleanup, but some code sanitizers like `include-what-you-use` fail due to this line.
  • Loading branch information
v4hn authored Oct 1, 2020
1 parent 41f4e00 commit 7b0e701
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
#include "fcl/narrowphase/detail/convexity_based_algorithm/polytope.h"
#include "fcl/narrowphase/detail/convexity_based_algorithm/alloc.h"
#include "fcl/narrowphase/detail/convexity_based_algorithm/list.h"
#include "fcl/narrowphase/detail/convexity_based_algorithm/gjk_libccd.h"

namespace fcl
{
Expand Down

0 comments on commit 7b0e701

Please sign in to comment.