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

Commit 3d68042

Browse files
committed
Put includes and imports together
1 parent a4d79af commit 3d68042

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shell/platform/darwin/macos/framework/Source/FlutterCompositor.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
#include <list>
1010

1111
#include "flutter/fml/macros.h"
12-
#include "flutter/shell/platform/embedder/embedder.h"
13-
1412
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformViewController.h"
1513
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterView.h"
1614
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterViewProvider.h"
15+
#include "flutter/shell/platform/embedder/embedder.h"
1716

1817
namespace flutter {
1918

0 commit comments

Comments
 (0)