From 238275d8011a7a686c3ff66edd63b0192ded05ec Mon Sep 17 00:00:00 2001 From: Roelof Date: Wed, 20 Dec 2023 17:22:09 +0100 Subject: [PATCH] Remove include (fixes todo) --- tesseract_command_language/src/composite_instruction.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tesseract_command_language/src/composite_instruction.cpp b/tesseract_command_language/src/composite_instruction.cpp index 91661cb2ce6..27da1e12850 100644 --- a/tesseract_command_language/src/composite_instruction.cpp +++ b/tesseract_command_language/src/composite_instruction.cpp @@ -40,7 +40,6 @@ TESSERACT_COMMON_IGNORE_WARNINGS_POP #include -#include /** @todo Remove after refactor is complete */ namespace tesseract_planning { bool moveFilter(const InstructionPoly& instruction, const CompositeInstruction& /*composite*/)