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

Commit fd332d2

Browse files
Fix imports for FlutterApplication (#40100) (#40108)
Fix imports for FlutterApplication Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com>
1 parent e2bd89f commit fd332d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

shell/platform/darwin/macos/framework/Source/FlutterApplication.mm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
#import "flutter/shell/platform/darwin/macos/framework/Headers/FlutterApplication.h"
66
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterApplication_Internal.h"
77

8+
#import "flutter/shell/platform/darwin/macos/framework/Headers/FlutterAppDelegate.h"
9+
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterAppDelegate_Internal.h"
10+
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterEngine_Internal.h"
811
#include "flutter/shell/platform/embedder/embedder.h"
9-
#import "shell/platform/darwin/macos/framework/Headers/FlutterAppDelegate.h"
10-
#import "shell/platform/darwin/macos/framework/Source/FlutterAppDelegate_Internal.h"
11-
#import "shell/platform/darwin/macos/framework/Source/FlutterEngine_Internal.h"
1212

1313
// An NSApplication subclass that implements overrides necessary for some
1414
// Flutter features, like application lifecycle handling.

0 commit comments

Comments
 (0)