Skip to content

Commit

Permalink
Remove unnecessary header
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwuzw committed Jan 12, 2024
1 parent 5a55dcc commit dba5f52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/react-native/React/Fabric/RCTConversions.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@

#import <UIKit/UIKit.h>

#import <React/RCTConvert.h>
#import <react/renderer/components/view/AccessibilityPrimitives.h>
#import <react/renderer/components/view/primitives.h>
#import <react/renderer/core/LayoutPrimitives.h>
#import <react/renderer/graphics/Color.h>
#import <react/renderer/graphics/RCTPlatformColorUtils.h>
#import <react/renderer/graphics/Transform.h>
#include <react/utils/ManagedObjectWrapper.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#import <UIKit/UIKit.h>

#import <React/RCTConvert.h>
#include <react/renderer/textlayoutmanager/RCTFontProperties.h>
#include <react/renderer/textlayoutmanager/RCTFontUtils.h>
#include <react/utils/ManagedObjectWrapper.h>
Expand Down

0 comments on commit dba5f52

Please sign in to comment.