Skip to content

Commit 1759500

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Remove unnecessary headers from all-clusters-app main. (#11587)
These got added along with code in initial drafts of #11058 but then the code was removed without removing the now-unnecessary headers.
1 parent c9c249f commit 1759500

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/all-clusters-app/linux/main.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,12 @@
1616
* limitations under the License.
1717
*/
1818

19-
#include <app-common/zap-generated/callback.h>
20-
#include <app-common/zap-generated/ids/Clusters.h>
2119
#include <app/Command.h>
22-
#include <app/ConcreteAttributePath.h>
2320
#include <app/clusters/identify-server/identify-server.h>
2421
#include <app/util/af.h>
2522

2623
#include "AppMain.h"
2724

28-
using namespace chip;
29-
3025
bool emberAfBasicClusterMfgSpecificPingCallback(chip::app::Command * commandObj)
3126
{
3227
emberAfSendDefaultResponse(emberAfCurrentCommand(), EMBER_ZCL_STATUS_SUCCESS);

0 commit comments

Comments
 (0)