Skip to content

Commit fcbe4d1

Browse files
javachefacebook-github-bot
authored andcommitted
Split off MessageQueueThread header to separate target (#53857)
Summary: Pull Request resolved: #53857 Changelog: [Internal] Reviewed By: cortinico Differential Revision: D82625359 fbshipit-source-id: 7650dcd424299a21388c7bcf6c33c89b9f09171d
1 parent 390c9d3 commit fcbe4d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-native/ReactCommon/jsitooling/react/runtime/JSRuntimeFactory.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
#ifdef __cplusplus
1111

12-
#include <ReactCommon/RuntimeExecutor.h>
13-
#include <cxxreact/MessageQueueThread.h>
1412
#include <jsi/jsi.h>
1513
#include <jsinspector-modern/ReactCdp.h>
1614

1715
namespace facebook::react {
1816

17+
class MessageQueueThread;
18+
1919
/**
2020
* An interface that represents an instance of a JS VM
2121
*/

0 commit comments

Comments
 (0)