mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix includes to start with shell (flutter/engine#22227)
See b/172031915
This commit is contained in:
parent
86b535f296
commit
1e2d6b2dbb
@ -3,7 +3,7 @@
|
||||
// found in the LICENSE file.
|
||||
|
||||
#import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h"
|
||||
#include "shell/platform/darwin/ios/rendering_api_selection.h"
|
||||
#import "flutter/shell/platform/darwin/ios/rendering_api_selection.h"
|
||||
|
||||
@class FlutterBinaryMessengerRelay;
|
||||
|
||||
|
||||
@ -7,9 +7,9 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#import "flutter/shell/platform/darwin/ios/ios_external_view_embedder.h"
|
||||
#import "flutter/shell/platform/darwin/ios/ios_surface.h"
|
||||
#import "flutter/shell/platform/darwin/ios/rendering_api_selection.h"
|
||||
#include "shell/platform/darwin/ios/ios_external_view_embedder.h"
|
||||
|
||||
namespace flutter {
|
||||
|
||||
|
||||
@ -3,8 +3,9 @@
|
||||
// found in the LICENSE file.
|
||||
|
||||
#import "flutter/shell/platform/darwin/ios/ios_surface_factory.h"
|
||||
|
||||
#import "flutter/shell/platform/darwin/ios/ios_context.h"
|
||||
#include "shell/platform/darwin/ios/ios_external_view_embedder.h"
|
||||
#import "flutter/shell/platform/darwin/ios/ios_external_view_embedder.h"
|
||||
|
||||
namespace flutter {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user