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 3, 2024
1 parent cbf9e4f commit 73b960a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#pragma once

#include <react/renderer/graphics/Color.h>
#include <react/renderer/graphics/ColorComponents.h>
#include <vector>

facebook::react::ColorComponents RCTPlatformColorComponentsFromSemanticItems(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#include <react/renderer/core/graphicsConversions.h>

#include <string>

using namespace facebook::react;

NS_ASSUME_NONNULL_BEGIN

static NSString *const kColorSuffix = @"Color";
Expand Down

0 comments on commit 73b960a

Please sign in to comment.