From 3efa72986e77bd777d94c89c3802af70319ca2f7 Mon Sep 17 00:00:00 2001 From: Tomohito Ando Date: Fri, 14 Feb 2025 16:58:34 +0900 Subject: [PATCH] fix pre-commit errors Signed-off-by: Tomohito Ando --- system/autoware_diagnostic_graph_utils/src/node/recovery.cpp | 1 + system/autoware_diagnostic_graph_utils/src/node/recovery.hpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/system/autoware_diagnostic_graph_utils/src/node/recovery.cpp b/system/autoware_diagnostic_graph_utils/src/node/recovery.cpp index 57b64c0e0b16b..11e3a4d6c7e4f 100644 --- a/system/autoware_diagnostic_graph_utils/src/node/recovery.cpp +++ b/system/autoware_diagnostic_graph_utils/src/node/recovery.cpp @@ -15,6 +15,7 @@ #include "recovery.hpp" #include +#include namespace diagnostic_graph_utils { diff --git a/system/autoware_diagnostic_graph_utils/src/node/recovery.hpp b/system/autoware_diagnostic_graph_utils/src/node/recovery.hpp index 1b67af3d403fd..11e51bbd7a1b8 100644 --- a/system/autoware_diagnostic_graph_utils/src/node/recovery.hpp +++ b/system/autoware_diagnostic_graph_utils/src/node/recovery.hpp @@ -31,7 +31,6 @@ #include #include // Use map for sorting keys. -#include #include #include