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

Commit 37d766c

Browse files
authored
Fix includes to start with shell (#22227)
See b/172031915
1 parent c597333 commit 37d766c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

shell/platform/darwin/ios/framework/Source/FlutterEngine_Test.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// found in the LICENSE file.
44

55
#import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h"
6-
#include "shell/platform/darwin/ios/rendering_api_selection.h"
6+
#import "flutter/shell/platform/darwin/ios/rendering_api_selection.h"
77

88
@class FlutterBinaryMessengerRelay;
99

shell/platform/darwin/ios/ios_surface_factory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
#include <memory>
99

10+
#import "flutter/shell/platform/darwin/ios/ios_external_view_embedder.h"
1011
#import "flutter/shell/platform/darwin/ios/ios_surface.h"
1112
#import "flutter/shell/platform/darwin/ios/rendering_api_selection.h"
12-
#include "shell/platform/darwin/ios/ios_external_view_embedder.h"
1313

1414
namespace flutter {
1515

shell/platform/darwin/ios/ios_surface_factory.mm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
// found in the LICENSE file.
44

55
#import "flutter/shell/platform/darwin/ios/ios_surface_factory.h"
6+
67
#import "flutter/shell/platform/darwin/ios/ios_context.h"
7-
#include "shell/platform/darwin/ios/ios_external_view_embedder.h"
8+
#import "flutter/shell/platform/darwin/ios/ios_external_view_embedder.h"
89

910
namespace flutter {
1011

0 commit comments

Comments
 (0)