Skip to content

Commit 4bbcdad

Browse files
adigiegmarcosb
authored andcommitted
Remove workaround for project-chip#32628 (project-chip#37538)
Remove workaround as issue is resolved. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent 95184ec commit 4bbcdad

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/app/InteractionModelEngine.h

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

2626
#pragma once
2727

28-
// TODO(#32628): Remove the CHIPCore.h header when the esp32 build is correctly fixed
29-
#include <lib/core/CHIPCore.h>
30-
3128
#include <access/AccessControl.h>
3229
#include <app/AppConfig.h>
3330
#include <app/AttributePathParams.h>

src/app/reporting/ReportScheduler.h

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

1919
#pragma once
2020

21-
// TODO(#32628): Remove the CHIPCore.h header when the esp32 build is correctly fixed
22-
#include <lib/core/CHIPCore.h>
23-
2421
#include <app/ReadHandler.h>
2522
#include <app/icd/server/ICDStateObserver.h>
2623
#include <lib/core/CHIPError.h>

0 commit comments

Comments
 (0)