mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove unused header import (#51754)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51754 Changelog: [Internal] Remove unused header import from RuntimeScheduler_Modern.cpp Reviewed By: mdvacca Differential Revision: D75815960 fbshipit-source-id: 32f7cab30216b3a76452dc9ef6354517fe3fcaf2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0a951c1867
commit
ab9ff886fc
-2
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
#include "RuntimeScheduler_Modern.h"
|
||||
#include "SchedulerPriorityUtils.h"
|
||||
|
||||
#include <ReactCommon/RuntimeExecutorSyncUIThreadUtils.h>
|
||||
#include <cxxreact/TraceSection.h>
|
||||
@@ -15,7 +14,6 @@
|
||||
#include <react/renderer/consistency/ScopedShadowTreeRevisionLock.h>
|
||||
#include <react/timing/primitives.h>
|
||||
#include <react/utils/OnScopeExit.h>
|
||||
#include <utility>
|
||||
|
||||
namespace facebook::react {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user