File tree 4 files changed +6
-8
lines changed
4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 25
25
26
26
#pragma once
27
27
28
+ // TODO(#32628): Remove the CHIPCore.h header when the esp32 build is correctly fixed (next two includes)
29
+ #include < lib/core/CHIPCore.h>
30
+
28
31
#include < access/AccessControl.h>
29
32
#include < app/AppConfig.h>
30
33
#include < app/AttributePathParams.h>
Original file line number Diff line number Diff line change 18
18
19
19
#pragma once
20
20
21
+ // TODO(#32628): Remove the CHIPCore.h header when the esp32 build is correctly fixed (next two includes)
22
+ #include < lib/core/CHIPCore.h>
23
+
21
24
#include < app/ReadHandler.h>
22
25
#include < app/icd/server/ICDStateObserver.h>
23
26
#include < lib/core/CHIPError.h>
Original file line number Diff line number Diff line change 22
22
*
23
23
*/
24
24
25
- // TODO(#32628): Remove the CHIPCore.h header when the esp32 build is correctly fixed
26
- #include < lib/core/CHIPCore.h>
27
-
28
25
#include < app/AppConfig.h>
29
26
#include < app/InteractionModelEngine.h>
30
27
#include < app/reporting/tests/MockReportScheduler.h>
Original file line number Diff line number Diff line change 22
22
*
23
23
*/
24
24
25
- // TODO(#32628): Remove the CHIPCore.h header when the esp32 build is correctly fixed (next two includes)
26
- #include < lib/core/CHIPCore.h>
27
- // add a line to avoid the reorder
28
- #include < app/reporting/ReportScheduler.h>
29
-
30
25
#include " lib/support/CHIPMem.h"
31
26
#include < access/examples/PermissiveAccessControlDelegate.h>
32
27
#include < app/AttributeAccessInterface.h>
You can’t perform that action at this time.
0 commit comments