mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove redundant includes
Summary: changelog: internal Removing unused headers. Fewer headers = faster compilation Reviewed By: p-sun Differential Revision: D30398600 fbshipit-source-id: a64801e49d283ad1e2d0cb9c9d688445e30bf0ed
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2c2b831716
commit
b7616242aa
@@ -27,9 +27,6 @@
|
||||
|
||||
#import <react/config/ReactNativeConfig.h>
|
||||
#import <react/renderer/componentregistry/ComponentDescriptorFactory.h>
|
||||
#import <react/renderer/components/root/RootShadowNode.h>
|
||||
#import <react/renderer/core/LayoutConstraints.h>
|
||||
#import <react/renderer/core/LayoutContext.h>
|
||||
#import <react/renderer/runtimescheduler/RuntimeScheduler.h>
|
||||
#import <react/renderer/scheduler/AsynchronousEventBeat.h>
|
||||
#import <react/renderer/scheduler/SchedulerToolbox.h>
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#include <chrono>
|
||||
|
||||
#include <react/renderer/componentregistry/ComponentDescriptorFactory.h>
|
||||
#include <react/renderer/components/root/RootShadowNode.h>
|
||||
#include <react/renderer/components/view/ViewProps.h>
|
||||
#include <react/renderer/core/ComponentDescriptor.h>
|
||||
#include <react/renderer/core/LayoutMetrics.h>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
#include <react/debug/react_native_assert.h>
|
||||
|
||||
#include <react/renderer/componentregistry/ComponentDescriptorFactory.h>
|
||||
#include <react/renderer/components/root/RootShadowNode.h>
|
||||
#include <react/renderer/components/view/ViewProps.h>
|
||||
#include <react/renderer/core/ComponentDescriptor.h>
|
||||
#include <react/renderer/core/LayoutMetrics.h>
|
||||
|
||||
-1
@@ -10,7 +10,6 @@
|
||||
#include <React/RCTComponentData.h>
|
||||
#include <React/RCTEventDispatcher.h>
|
||||
#include <React/RCTModuleData.h>
|
||||
#include <React/RCTUIManager.h>
|
||||
#include <react/utils/ContextContainer.h>
|
||||
#include <react/utils/ManagedObjectWrapper.h>
|
||||
#include "LegacyViewManagerInteropState.h"
|
||||
|
||||
Reference in New Issue
Block a user