Skip to content

Commit

Permalink
Fix an include
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin authored and andy31415 committed Oct 1, 2024
1 parent dc999b2 commit 1029922
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/reporting/Read-Ember.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@
*/
#pragma once

#include "app/ConcreteClusterPath.h"
#include "app/util/ember-compatibility-functions.h"
#include "lib/core/DataModelTypes.h"
#include <access/SubjectDescriptor.h>
#include <app/AttributeEncodeState.h>
#include <app/ConcreteClusterPath.h>
#include <app/MessageDef/AttributeReportIBs.h>
#include <app/data-model-provider/ActionReturnStatus.h>
#include <app/data-model-provider/Provider.h>
#include <lib/core/CHIPError.h>
#include <lib/core/DataModelTypes.h>

namespace chip {
namespace app {
Expand Down

0 comments on commit 1029922

Please sign in to comment.