Skip to content

Commit fb9dfe0

Browse files
authored
[fuchsia] Move async_get_default_dispatcher include to the header (flutter#14351)
1 parent 18519e9 commit fb9dfe0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

shell/platform/fuchsia/flutter/thread.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include <algorithm>
1111

1212
#include <lib/async-loop/cpp/loop.h>
13-
#include <lib/async/default.h>
1413

1514
#include "flutter/fml/logging.h"
1615
#include "loop.h"

shell/platform/fuchsia/flutter/thread.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <functional>
1111

1212
#include <lib/async-loop/cpp/loop.h>
13+
#include <lib/async/default.h>
1314

1415
#include "flutter/fml/macros.h"
1516

0 commit comments

Comments
 (0)