Skip to content

Commit ed1babf

Browse files
Convert reference to gen_config.h to the correct header file. (#37464)
1 parent 9a18149 commit ed1babf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/administrator-commissioning-server/administrator-commissioning-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <app/server/CommissioningWindowManager.h>
3131
#include <app/server/Server.h>
3232
#include <app/util/attribute-storage.h>
33+
#include <app/util/config.h>
3334
#include <lib/support/CodeUtils.h>
3435
#include <lib/support/logging/CHIPLogging.h>
3536
#include <platform/CommissionableDataProvider.h>
@@ -38,7 +39,6 @@
3839
#include <setup_payload/SetupPayload.h>
3940
#include <system/SystemClock.h>
4041
#include <tracing/macros.h>
41-
#include <zap-generated/gen_config.h>
4242

4343
using namespace chip;
4444
using namespace chip::app;

0 commit comments

Comments
 (0)