mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Cleanup unnecessary includes in default modules header (#44427)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44427 We only need the default module implementation headers in the C++ file. These were added to the header file for the default module helper by mistake. ## Changelog [Internal] Reviewed By: NickGerleman Differential Revision: D57003838 fbshipit-source-id: d37ebd247eaa2c0cb05ebc6c666a585e6352646d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
47b42dc845
commit
40b54ee671
@@ -5,9 +5,7 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
#include <react/nativemodule/dom/NativeDOM.h>
|
||||
#include <react/nativemodule/featureflags/NativeReactNativeFeatureFlags.h>
|
||||
#include <react/nativemodule/microtasks/NativeMicrotasks.h>
|
||||
#include <ReactCommon/TurboModule.h>
|
||||
|
||||
namespace facebook::react {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user