Skip to content

Commit

Permalink
Remove include (fixes todo)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen authored Dec 20, 2023
1 parent aa87148 commit 238275d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tesseract_command_language/src/composite_instruction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ TESSERACT_COMMON_IGNORE_WARNINGS_POP

#include <tesseract_command_language/composite_instruction.h>

#include <tesseract_command_language/move_instruction.h> /** @todo Remove after refactor is complete */
namespace tesseract_planning
{
bool moveFilter(const InstructionPoly& instruction, const CompositeInstruction& /*composite*/)
Expand Down

0 comments on commit 238275d

Please sign in to comment.