From 6e71e758b77d3e3fb38604e7520ba957bea56e79 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Tue, 9 Nov 2021 11:31:01 -0500 Subject: [PATCH] Remove unnecessary headers from all-clusters-app main. (#11587) These got added along with code in initial drafts of https://github.com/project-chip/connectedhomeip/pull/11058 but then the code was removed without removing the now-unnecessary headers. --- examples/all-clusters-app/linux/main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/all-clusters-app/linux/main.cpp b/examples/all-clusters-app/linux/main.cpp index 8dba2d615719e7..4c3048e3225a71 100644 --- a/examples/all-clusters-app/linux/main.cpp +++ b/examples/all-clusters-app/linux/main.cpp @@ -16,17 +16,12 @@ * limitations under the License. */ -#include -#include #include -#include #include #include #include "AppMain.h" -using namespace chip; - bool emberAfBasicClusterMfgSpecificPingCallback(chip::app::Command * commandObj) { emberAfSendDefaultResponse(emberAfCurrentCommand(), EMBER_ZCL_STATUS_SUCCESS);