Skip to content

Commit

Permalink
Make MTRDeviceController_Concrete.h include what it uses. (#35832)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored Sep 28, 2024
1 parent 241cec1 commit 4a3923e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/darwin/Framework/CHIP/MTRDeviceController_Concrete.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,19 @@

#import <Foundation/Foundation.h>

#import <Matter/Matter.h>
#import <Matter/MTRDefines.h>
#import <Matter/MTRDeviceController.h>
#import <Matter/MTRDeviceControllerFactory.h>
#import <Matter/MTRDeviceControllerStorageDelegate.h>
#import <Matter/MTRDeviceStorageBehaviorConfiguration.h>
#import <Matter/MTROTAProviderDelegate.h>

#import "MTRDeviceConnectionBridge.h"
#import "MTRDeviceControllerStartupParams_Internal.h"

#include <credentials/FabricTable.h>
#include <lib/core/DataModelTypes.h>

NS_ASSUME_NONNULL_BEGIN

@interface MTRDeviceController_Concrete : MTRDeviceController
Expand Down

0 comments on commit 4a3923e

Please sign in to comment.