Skip to content

Commit d59de54

Browse files
philIipfacebook-github-bot
authored andcommitted
decouple BufferedRuntimeExecutor from various targets (facebook#44196)
Summary: Pull Request resolved: facebook#44196 Changelog: [Internal] BufferedRuntimeExecutor is unnecessarily coupled with these other targets (React-runtime, React-cxxreact), break that dependency so we can modularize this file Reviewed By: realsoelynn Differential Revision: D56382644 fbshipit-source-id: ed9725fbddcda04b73c583d927351440b4fc3328
1 parent 968884a commit d59de54

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/react-native/ReactCommon/react/runtime/BufferedRuntimeExecutor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
#include "BufferedRuntimeExecutor.h"
9-
#include <cxxreact/MessageQueueThread.h>
9+
1010
#include <algorithm>
1111

1212
namespace facebook::react {

packages/react-native/ReactCommon/react/runtime/BufferedRuntimeExecutor.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <jsi/jsi.h>
1212
#include <atomic>
1313
#include <queue>
14-
#include "TimerManager.h"
1514

1615
namespace facebook::react {
1716

0 commit comments

Comments
 (0)