Skip to content

Commit

Permalink
Add nogncheck to conditional controller imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ksperling-apple committed Nov 26, 2024
1 parent 1ef2c76 commit efaed85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/platform/linux/CommissionerMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <crypto/CHIPCryptoPAL.h>
#include <crypto/RawKeySessionKeystore.h>
#include <lib/core/CHIPError.h>
#include <lib/core/CHIPPersistentStorageDelegate.h>
#include <lib/core/NodeId.h>
#include <lib/support/logging/CHIPLogging.h>

Expand All @@ -49,13 +50,12 @@
#include <platform/CommissionableDataProvider.h>
#include <platform/DeviceInstanceInfoProvider.h>
#include <platform/DiagnosticDataProvider.h>
#include <platform/KeyValueStoreManager.h>
#include <platform/PlatformManager.h>
#include <platform/TestOnlyCommissionableDataProvider.h>

#include <controller/CHIPDeviceControllerFactory.h>
#include <controller/ExampleOperationalCredentialsIssuer.h>
#include <lib/core/CHIPPersistentStorageDelegate.h>
#include <platform/KeyValueStoreManager.h>
#include <controller/CHIPDeviceControllerFactory.h> // nogncheck
#include <controller/ExampleOperationalCredentialsIssuer.h> // nogncheck

#if CHIP_CONFIG_TRANSPORT_TRACE_ENABLED
#include "TraceHandlers.h"
Expand Down

0 comments on commit efaed85

Please sign in to comment.