Skip to content

Commit 41c9590

Browse files
committed
Remove extra include. Network commissioning cluster should not depend on
singletons.
1 parent cb90e37 commit 41c9590

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
#include <tracing/macros.h>
3333
#include <transport/SecureSession.h>
3434

35-
#if CHIP_CONFIG_TERMS_AND_CONDITIONS_REQUIRED
36-
#include <app/server/TermsAndConditionsManager.h> //nogncheck
37-
#endif // CHIP_CONFIG_TERMS_AND_CONDITIONS_REQUIRED
38-
3935
using namespace chip;
4036
using namespace chip::app;
4137
using namespace chip::app::Clusters;

0 commit comments

Comments
 (0)