Skip to content

Commit

Permalink
Fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jan 13, 2025
1 parent e8acd39 commit 4a71ae1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/app/clusters/descriptor/descriptor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
* limitations under the License.
*/

/****************************************************************************
* @file
* @brief Implementation for the Descriptor Server Cluster
***************************************************************************/
#include "descriptor.h"

#include <app-common/zap-generated/cluster-objects.h>
#include <app-common/zap-generated/ids/Attributes.h>
Expand All @@ -31,10 +28,8 @@
#include <app/util/endpoint-config-api.h>
#include <lib/support/CodeUtils.h>
#include <lib/support/logging/CHIPLogging.h>

#include "descriptor.h"
#include "lib/core/CHIPError.h"
#include "lib/core/DataModelTypes.h"
#include <lib/core/CHIPError.h>
#include <lib/core/DataModelTypes.h>

using namespace chip;
using namespace chip::app;
Expand Down
2 changes: 2 additions & 0 deletions src/app/clusters/descriptor/descriptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/

#include <cstdint>

namespace chip {
namespace app {
namespace Clusters {
Expand Down

0 comments on commit 4a71ae1

Please sign in to comment.