未验证 提交 37d766c0 编写于 作者: K Kaushik Iska 提交者: GitHub

Fix includes to start with shell (#22227)

See b/172031915
上级 c597333e
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册