Skip to content

Commit d2cc1e0

Browse files
committed
No gn check for header that is conditional.
1 parent d70ee04 commit d2cc1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/general-commissioning-server/CodegenIntegration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <platform/PlatformManager.h>
3030

3131
#if CHIP_CONFIG_TERMS_AND_CONDITIONS_REQUIRED
32-
#include <app/server/TermsAndConditionsManager.h>
32+
#include <app/server/TermsAndConditionsManager.h> // nogncheck
3333
#endif
3434

3535
using namespace chip;

0 commit comments

Comments
 (0)