From bdf30eeb03d4b6770d8e47041c52adec9dd408ef Mon Sep 17 00:00:00 2001 From: Tennessee Carmel-Veilleux Date: Tue, 30 Nov 2021 17:07:38 -0500 Subject: [PATCH] Apply review comment --- examples/chip-tool/commands/common/CHIPCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chip-tool/commands/common/CHIPCommand.cpp b/examples/chip-tool/commands/common/CHIPCommand.cpp index 837d7a88a4c194..243cce749bab16 100644 --- a/examples/chip-tool/commands/common/CHIPCommand.cpp +++ b/examples/chip-tool/commands/common/CHIPCommand.cpp @@ -18,8 +18,8 @@ #include "CHIPCommand.h" -#include "controller/ExampleOperationalCredentialsIssuer.h" #include +#include #include #include #include