Skip to content

Commit

Permalink
Remove unnecessary headers from all-clusters-app main. (#11587)
Browse files Browse the repository at this point in the history
These got added along with code in initial drafts of
#11058 but then
the code was removed without removing the now-unnecessary headers.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Jan 21, 2022
1 parent d624ca5 commit 1894514
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/all-clusters-app/linux/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,12 @@
* limitations under the License.
*/

#include <app-common/zap-generated/callback.h>
#include <app-common/zap-generated/ids/Clusters.h>
#include <app/Command.h>
#include <app/ConcreteAttributePath.h>
#include <app/clusters/identify-server/identify-server.h>
#include <app/util/af.h>

#include "AppMain.h"

using namespace chip;

bool emberAfBasicClusterMfgSpecificPingCallback(chip::app::Command * commandObj)
{
emberAfSendDefaultResponse(emberAfCurrentCommand(), EMBER_ZCL_STATUS_SUCCESS);
Expand Down

0 comments on commit 1894514

Please sign in to comment.