Skip to content

Commit

Permalink
Removed unneeded includes
Browse files Browse the repository at this point in the history
  • Loading branch information
anush-apple committed Aug 23, 2024
1 parent b48b288 commit 198eaae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions src/darwin/Framework/CHIP/MTRDeviceController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <Foundation/Foundation.h>
#include <MTRDeviceController.h>
#include <MTRUtilities.h>
#import <Matter/MTRDefines.h>
#import <Matter/MTRDeviceControllerParameters.h>

Expand Down Expand Up @@ -49,6 +46,7 @@
#import "MTRSetupPayload.h"
#import "MTRTimeUtils.h"
#import "MTRUnfairLock.h"
#import "MTRUtilities.h"
#import "NSDataSpanConversion.h"
#import "NSStringSpanConversion.h"
#import <setup_payload/ManualSetupPayloadGenerator.h>
Expand Down
1 change: 0 additions & 1 deletion src/darwin/Framework/CHIP/MTRDeviceControllerFactory.mm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

#import "MTRDeviceControllerFactory.h"
#include <MTRDeviceController_Concrete.h>
#import "MTRDeviceControllerFactory_Internal.h"

#import <Matter/MTRDefines.h>
Expand Down
2 changes: 0 additions & 2 deletions src/darwin/Framework/CHIP/MTRDeviceControllerStartupParams.mm
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
*/

#import "MTRDeviceControllerStartupParams.h"
#include <MTRDefines.h>
#include <lib/core/CHIPError.h>
#import "MTRCertificates.h"
#import "MTRConversion.h"
#import "MTRDeviceControllerStartupParams_Internal.h"
Expand Down

0 comments on commit 198eaae

Please sign in to comment.