Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 436bb31

Browse files
committed
a bit more import cleanups
1 parent 4b4e022 commit 436bb31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shell/platform/darwin/ios/framework/Source/accessibility_bridge.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#import "flutter/shell/platform/darwin/ios/framework/Source/accessibility_text_entry.h"
77
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h"
88

9-
#include "flutter/shell/platform/darwin/ios/platform_view_ios.h"
9+
#import "flutter/shell/platform/darwin/ios/platform_view_ios.h"
1010

1111
#pragma GCC diagnostic error "-Wundeclared-selector"
1212

shell/platform/darwin/ios/platform_view_ios.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#include "flutter/fml/synchronization/waitable_event.h"
1111
#include "flutter/fml/trace_event.h"
1212
#include "flutter/shell/common/shell_io_manager.h"
13-
#include "flutter/shell/platform/darwin/ios/framework/Source/FlutterViewController_Internal.h"
14-
#include "flutter/shell/platform/darwin/ios/framework/Source/vsync_waiter_ios.h"
13+
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterViewController_Internal.h"
14+
#import "flutter/shell/platform/darwin/ios/framework/Source/vsync_waiter_ios.h"
1515

1616
namespace flutter {
1717

0 commit comments

Comments
 (0)