Don't include C++ bridging header in RCTTurboModule.h (#45251)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/45251

https://github.com/facebook/react-native/pull/44914 is causing some iOS build breaks

## Changelog:

[iOS] [Changed] - Don't include C++ bridging header in RCTTurboModule.h

Reviewed By: cortinico

Differential Revision: D59280331

fbshipit-source-id: 489bc94ee0e5073129205370245c0093c0754f58
This commit is contained in:
Christoph Purrer
2024-07-02 11:26:11 -07:00
committed by Facebook GitHub Bot
parent 27ba369f23
commit 3fc7ebb311
@@ -14,7 +14,6 @@
#import <React/RCTModuleMethod.h>
#import <ReactCommon/CallInvoker.h>
#import <ReactCommon/TurboModule.h>
#import <react/bridging/bridging.h>
#import <functional>
#import <memory>
#import <string>