File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
#if CHIP_CONFIG_ENABLE_ICD_SERVER == 1
39
39
#include < app/icd/server/ICDNotifier.h> // nogncheck
40
40
#endif
41
+ #include < ProvisionManager.h>
41
42
#include < app/server/OnboardingCodesUtil.h>
42
43
#include < app/util/attribute-storage.h>
43
44
#include < assert.h>
44
45
#include < lib/support/CodeUtils.h>
45
46
#include < platform/CHIPDeviceLayer.h>
46
- #include < ProvisionManager.h>
47
47
#include < setup_payload/QRCodeSetupPayloadGenerator.h>
48
48
#include < setup_payload/SetupPayload.h>
49
49
#include < sl_cmsis_os2_common.h>
Original file line number Diff line number Diff line change 56
56
static chip::DeviceLayer::Internal::Efr32PsaOperationalKeystore gOperationalKeystore ;
57
57
#endif
58
58
59
+ #include < ProvisionManager.h>
59
60
#include < app/InteractionModelEngine.h>
60
61
#include < app/TimerDelegates.h>
61
- #include < ProvisionManager.h>
62
62
63
63
#ifdef SL_MATTER_TEST_EVENT_TRIGGER_ENABLED
64
64
#include " SilabsTestEventTriggerDelegate.h" // nogncheck
You can’t perform that action at this time.
0 commit comments