Skip to content

Commit 4977279

Browse files
committed
Fix an include
1 parent 9472262 commit 4977279

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/app/reporting/Read-Ember.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@
1616
*/
1717
#pragma once
1818

19-
#include "app/ConcreteClusterPath.h"
20-
#include "app/util/ember-compatibility-functions.h"
21-
#include "lib/core/DataModelTypes.h"
2219
#include <access/SubjectDescriptor.h>
2320
#include <app/AttributeEncodeState.h>
21+
#include <app/ConcreteClusterPath.h>
2422
#include <app/MessageDef/AttributeReportIBs.h>
2523
#include <app/data-model-provider/ActionReturnStatus.h>
2624
#include <app/data-model-provider/Provider.h>
2725
#include <lib/core/CHIPError.h>
26+
#include <lib/core/DataModelTypes.h>
2827

2928
namespace chip {
3029
namespace app {

0 commit comments

Comments
 (0)