From c839950791e3adee28e5e21730b35b100bb95451 Mon Sep 17 00:00:00 2001 From: dP Date: Thu, 1 Sep 2022 19:15:07 +0300 Subject: [PATCH] Cleanup: Remove duplicate command_type.h include (#9986) --- src/goal_cmd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/goal_cmd.h b/src/goal_cmd.h index 5be2044e21..e57d9b185c 100644 --- a/src/goal_cmd.h +++ b/src/goal_cmd.h @@ -10,7 +10,6 @@ #ifndef GOAL_CMD_H #define GOAL_CMD_H -#include "command_type.h" #include "command_type.h" #include "goal_type.h"