Skip to content

Commit 0dbd4b7

Browse files
move include
1 parent 8fe5d8f commit 0dbd4b7

4 files changed

+6
-8
lines changed

src/app/InteractionModelEngine.h

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525

2626
#pragma once
2727

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+
2831
#include <access/AccessControl.h>
2932
#include <app/AppConfig.h>
3033
#include <app/AttributePathParams.h>

src/app/reporting/ReportScheduler.h

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818

1919
#pragma once
2020

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+
2124
#include <app/ReadHandler.h>
2225
#include <app/icd/server/ICDStateObserver.h>
2326
#include <lib/core/CHIPError.h>

src/app/tests/TestInteractionModelEngine.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
*
2323
*/
2424

25-
// TODO(#32628): Remove the CHIPCore.h header when the esp32 build is correctly fixed
26-
#include <lib/core/CHIPCore.h>
27-
2825
#include <app/AppConfig.h>
2926
#include <app/InteractionModelEngine.h>
3027
#include <app/reporting/tests/MockReportScheduler.h>

src/app/tests/TestReadInteraction.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
*
2323
*/
2424

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-
3025
#include "lib/support/CHIPMem.h"
3126
#include <access/examples/PermissiveAccessControlDelegate.h>
3227
#include <app/AttributeAccessInterface.h>

0 commit comments

Comments
 (0)