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:
Eric Rozell
2024-05-07 10:14:04 -07:00
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 {