diff --git a/React/Fabric/Mounting/ComponentViews/ActivityIndicator/RCTActivityIndicatorViewComponentView.mm b/React/Fabric/Mounting/ComponentViews/ActivityIndicator/RCTActivityIndicatorViewComponentView.mm index 9fc0faa5d3a..257aaee235e 100644 --- a/React/Fabric/Mounting/ComponentViews/ActivityIndicator/RCTActivityIndicatorViewComponentView.mm +++ b/React/Fabric/Mounting/ComponentViews/ActivityIndicator/RCTActivityIndicatorViewComponentView.mm @@ -7,7 +7,7 @@ #import "RCTActivityIndicatorViewComponentView.h" -#import +#import using namespace facebook::react; diff --git a/React/Fabric/Mounting/ComponentViews/Image/RCTImageComponentView.mm b/React/Fabric/Mounting/ComponentViews/Image/RCTImageComponentView.mm index 0ef3440e27b..c687a60eb51 100644 --- a/React/Fabric/Mounting/ComponentViews/Image/RCTImageComponentView.mm +++ b/React/Fabric/Mounting/ComponentViews/Image/RCTImageComponentView.mm @@ -7,12 +7,12 @@ #import "RCTImageComponentView.h" -#import -#import -#import -#import -#import -#import +#import +#import +#import +#import +#import +#import #import "RCTConversions.h" #import "MainQueueExecutor.h" diff --git a/React/Fabric/Mounting/ComponentViews/Root/RCTRootComponentView.mm b/React/Fabric/Mounting/ComponentViews/Root/RCTRootComponentView.mm index 6364c561b0d..4f1acc37225 100644 --- a/React/Fabric/Mounting/ComponentViews/Root/RCTRootComponentView.mm +++ b/React/Fabric/Mounting/ComponentViews/Root/RCTRootComponentView.mm @@ -7,7 +7,7 @@ #import "RCTRootComponentView.h" -#import +#import using namespace facebook::react; diff --git a/React/Fabric/Mounting/ComponentViews/ScrollView/RCTScrollViewComponentView.mm b/React/Fabric/Mounting/ComponentViews/ScrollView/RCTScrollViewComponentView.mm index 92d1d603ac2..fe627377288 100644 --- a/React/Fabric/Mounting/ComponentViews/ScrollView/RCTScrollViewComponentView.mm +++ b/React/Fabric/Mounting/ComponentViews/ScrollView/RCTScrollViewComponentView.mm @@ -8,10 +8,10 @@ #import "RCTScrollViewComponentView.h" #import -#import -#import -#import -#import +#import +#import +#import +#import #import "RCTConversions.h" #import "RCTEnhancedScrollView.h" diff --git a/React/Fabric/Mounting/ComponentViews/Switch/RCTSwitchComponentView.mm b/React/Fabric/Mounting/ComponentViews/Switch/RCTSwitchComponentView.mm index ee7fb5f89f9..5ff9be5e7c2 100644 --- a/React/Fabric/Mounting/ComponentViews/Switch/RCTSwitchComponentView.mm +++ b/React/Fabric/Mounting/ComponentViews/Switch/RCTSwitchComponentView.mm @@ -7,8 +7,8 @@ #import "RCTSwitchComponentView.h" -#import -#import +#import +#import using namespace facebook::react; diff --git a/React/Fabric/Mounting/ComponentViews/Text/RCTParagraphComponentView.mm b/React/Fabric/Mounting/ComponentViews/Text/RCTParagraphComponentView.mm index f75223fbcc9..5d58241d6a5 100644 --- a/React/Fabric/Mounting/ComponentViews/Text/RCTParagraphComponentView.mm +++ b/React/Fabric/Mounting/ComponentViews/Text/RCTParagraphComponentView.mm @@ -7,12 +7,12 @@ #import "RCTParagraphComponentView.h" -#import -#import -#import -#import -#import -#import +#import +#import +#import +#import +#import +#import #import "RCTConversions.h" using namespace facebook::react; diff --git a/React/Fabric/Mounting/ComponentViews/View/RCTViewComponentView.h b/React/Fabric/Mounting/ComponentViews/View/RCTViewComponentView.h index 3ecf900767d..0b8a6dda079 100644 --- a/React/Fabric/Mounting/ComponentViews/View/RCTViewComponentView.h +++ b/React/Fabric/Mounting/ComponentViews/View/RCTViewComponentView.h @@ -9,11 +9,11 @@ #import #import -#import -#import -#import -#import -#import +#import +#import +#import +#import +#import #import NS_ASSUME_NONNULL_BEGIN diff --git a/React/Fabric/Mounting/ComponentViews/View/RCTViewComponentView.mm b/React/Fabric/Mounting/ComponentViews/View/RCTViewComponentView.mm index 7e4489abe8b..ce7e4a2c140 100644 --- a/React/Fabric/Mounting/ComponentViews/View/RCTViewComponentView.mm +++ b/React/Fabric/Mounting/ComponentViews/View/RCTViewComponentView.mm @@ -7,8 +7,8 @@ #import "RCTViewComponentView.h" -#import -#import +#import +#import #import #import #import diff --git a/React/Fabric/Mounting/MountItems/RCTUpdateEventEmitterMountItem.h b/React/Fabric/Mounting/MountItems/RCTUpdateEventEmitterMountItem.h index f0ad4d465d3..24f37679f19 100644 --- a/React/Fabric/Mounting/MountItems/RCTUpdateEventEmitterMountItem.h +++ b/React/Fabric/Mounting/MountItems/RCTUpdateEventEmitterMountItem.h @@ -9,7 +9,7 @@ #import #import -#import +#import NS_ASSUME_NONNULL_BEGIN diff --git a/React/Fabric/Mounting/MountItems/RCTUpdateLayoutMetricsMountItem.h b/React/Fabric/Mounting/MountItems/RCTUpdateLayoutMetricsMountItem.h index f97d2d6ad44..7fbab407cdf 100644 --- a/React/Fabric/Mounting/MountItems/RCTUpdateLayoutMetricsMountItem.h +++ b/React/Fabric/Mounting/MountItems/RCTUpdateLayoutMetricsMountItem.h @@ -9,7 +9,7 @@ #import #import -#import +#import NS_ASSUME_NONNULL_BEGIN diff --git a/React/Fabric/Mounting/MountItems/RCTUpdateLocalDataMountItem.h b/React/Fabric/Mounting/MountItems/RCTUpdateLocalDataMountItem.h index a883b5cfb4e..f25d4b7aa44 100644 --- a/React/Fabric/Mounting/MountItems/RCTUpdateLocalDataMountItem.h +++ b/React/Fabric/Mounting/MountItems/RCTUpdateLocalDataMountItem.h @@ -9,7 +9,7 @@ #import #import -#import +#import NS_ASSUME_NONNULL_BEGIN diff --git a/React/Fabric/Mounting/MountItems/RCTUpdatePropsMountItem.h b/React/Fabric/Mounting/MountItems/RCTUpdatePropsMountItem.h index 8762bf5a7cd..7c05196e5d5 100644 --- a/React/Fabric/Mounting/MountItems/RCTUpdatePropsMountItem.h +++ b/React/Fabric/Mounting/MountItems/RCTUpdatePropsMountItem.h @@ -9,7 +9,7 @@ #import #import -#import +#import NS_ASSUME_NONNULL_BEGIN diff --git a/React/Fabric/Mounting/RCTComponentViewProtocol.h b/React/Fabric/Mounting/RCTComponentViewProtocol.h index eeada911c28..b7a26571ec4 100644 --- a/React/Fabric/Mounting/RCTComponentViewProtocol.h +++ b/React/Fabric/Mounting/RCTComponentViewProtocol.h @@ -7,10 +7,10 @@ #import -#import -#import -#import -#import +#import +#import +#import +#import #import NS_ASSUME_NONNULL_BEGIN diff --git a/React/Fabric/Mounting/RCTMountingManager.h b/React/Fabric/Mounting/RCTMountingManager.h index ac52f7f44dd..600d33c86b6 100644 --- a/React/Fabric/Mounting/RCTMountingManager.h +++ b/React/Fabric/Mounting/RCTMountingManager.h @@ -7,8 +7,8 @@ #import -#import -#import +#import +#import #import #import diff --git a/React/Fabric/Mounting/RCTMountingManager.mm b/React/Fabric/Mounting/RCTMountingManager.mm index 4c6597779d3..c018d0fbb0d 100644 --- a/React/Fabric/Mounting/RCTMountingManager.mm +++ b/React/Fabric/Mounting/RCTMountingManager.mm @@ -7,7 +7,7 @@ #import "RCTMountingManager.h" -#import +#import #import #import diff --git a/React/Fabric/RCTConversions.h b/React/Fabric/RCTConversions.h index fa9fdd8d642..16ee3ed2d20 100644 --- a/React/Fabric/RCTConversions.h +++ b/React/Fabric/RCTConversions.h @@ -7,10 +7,10 @@ #import -#import -#import -#import -#import +#import +#import +#import +#import NS_ASSUME_NONNULL_BEGIN diff --git a/React/Fabric/RCTScheduler.h b/React/Fabric/RCTScheduler.h index 6b2d679cf1b..9a80af8ec59 100644 --- a/React/Fabric/RCTScheduler.h +++ b/React/Fabric/RCTScheduler.h @@ -9,9 +9,9 @@ #import #import -#import -#import -#import +#import +#import +#import NS_ASSUME_NONNULL_BEGIN diff --git a/React/Fabric/RCTScheduler.mm b/React/Fabric/RCTScheduler.mm index a77eeb15cc2..15a593d5651 100644 --- a/React/Fabric/RCTScheduler.mm +++ b/React/Fabric/RCTScheduler.mm @@ -7,9 +7,9 @@ #import "RCTScheduler.h" -#import -#import -#import +#import +#import +#import #import diff --git a/React/Fabric/RCTSurfacePresenter.mm b/React/Fabric/RCTSurfacePresenter.mm index 59cac563736..1b8a92110e3 100644 --- a/React/Fabric/RCTSurfacePresenter.mm +++ b/React/Fabric/RCTSurfacePresenter.mm @@ -24,10 +24,10 @@ #import #import #import -#import -#import -#import -#import +#import +#import +#import +#import #import "MainRunLoopEventBeat.h" #import "RuntimeEventBeat.h" diff --git a/React/Fabric/RCTTouchableComponentViewProtocol.h b/React/Fabric/RCTTouchableComponentViewProtocol.h index d2fee6e44c6..b1142b050c7 100644 --- a/React/Fabric/RCTTouchableComponentViewProtocol.h +++ b/React/Fabric/RCTTouchableComponentViewProtocol.h @@ -6,7 +6,7 @@ */ #import -#import +#import @protocol RCTTouchableComponentViewProtocol - (facebook::react::SharedTouchEventEmitter)touchEventEmitterAtPoint:(CGPoint)point; diff --git a/React/Fabric/Utils/MainRunLoopEventBeat.h b/React/Fabric/Utils/MainRunLoopEventBeat.h index 189e062f645..30f9941e49a 100644 --- a/React/Fabric/Utils/MainRunLoopEventBeat.h +++ b/React/Fabric/Utils/MainRunLoopEventBeat.h @@ -7,8 +7,8 @@ #include #include -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/React/Fabric/Utils/RuntimeEventBeat.h b/React/Fabric/Utils/RuntimeEventBeat.h index 09fba65f5e0..1cb20e10ba0 100644 --- a/React/Fabric/Utils/RuntimeEventBeat.h +++ b/React/Fabric/Utils/RuntimeEventBeat.h @@ -7,8 +7,8 @@ #include #include -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/attributedstring/AttributedString.cpp b/ReactCommon/fabric/attributedstring/AttributedString.cpp index 02c6a3d5bd4..630fb98f537 100644 --- a/ReactCommon/fabric/attributedstring/AttributedString.cpp +++ b/ReactCommon/fabric/attributedstring/AttributedString.cpp @@ -7,7 +7,7 @@ #include "AttributedString.h" -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/attributedstring/AttributedString.h b/ReactCommon/fabric/attributedstring/AttributedString.h index 164ccac2307..16c97508500 100644 --- a/ReactCommon/fabric/attributedstring/AttributedString.h +++ b/ReactCommon/fabric/attributedstring/AttributedString.h @@ -10,11 +10,11 @@ #include #include -#include -#include -#include -#include #include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/attributedstring/BUCK b/ReactCommon/fabric/attributedstring/BUCK index e767d40ee9d..ba7ffd7ef3e 100644 --- a/ReactCommon/fabric/attributedstring/BUCK +++ b/ReactCommon/fabric/attributedstring/BUCK @@ -28,7 +28,7 @@ rn_xplat_cxx_library( [ ("", "*.h"), ], - prefix = "fabric/attributedstring", + prefix = "react/attributedstring", ), compiler_flags = [ "-fexceptions", diff --git a/ReactCommon/fabric/attributedstring/ParagraphAttributes.cpp b/ReactCommon/fabric/attributedstring/ParagraphAttributes.cpp index 2d6b590f0ba..00f216f9dfe 100644 --- a/ReactCommon/fabric/attributedstring/ParagraphAttributes.cpp +++ b/ReactCommon/fabric/attributedstring/ParagraphAttributes.cpp @@ -7,9 +7,9 @@ #include "ParagraphAttributes.h" -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/attributedstring/ParagraphAttributes.h b/ReactCommon/fabric/attributedstring/ParagraphAttributes.h index 506d1367351..2c9a0dc7198 100644 --- a/ReactCommon/fabric/attributedstring/ParagraphAttributes.h +++ b/ReactCommon/fabric/attributedstring/ParagraphAttributes.h @@ -9,9 +9,9 @@ #include -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/attributedstring/TextAttributes.cpp b/ReactCommon/fabric/attributedstring/TextAttributes.cpp index 43f87235a09..95f0940e30f 100644 --- a/ReactCommon/fabric/attributedstring/TextAttributes.cpp +++ b/ReactCommon/fabric/attributedstring/TextAttributes.cpp @@ -7,11 +7,12 @@ #include "TextAttributes.h" -#include -#include -#include +#include +#include +#include +#include -#include +#include namespace facebook { namespace react { @@ -24,14 +25,15 @@ void TextAttributes::apply(TextAttributes textAttributes) { backgroundColor = textAttributes.backgroundColor ? textAttributes.backgroundColor : backgroundColor; - opacity = !isnan(textAttributes.opacity) ? textAttributes.opacity : opacity; + opacity = + !std::isnan(textAttributes.opacity) ? textAttributes.opacity : opacity; // Font fontFamily = !textAttributes.fontFamily.empty() ? textAttributes.fontFamily : fontFamily; fontSize = - !isnan(textAttributes.fontSize) ? textAttributes.fontSize : fontSize; - fontSizeMultiplier = !isnan(textAttributes.fontSizeMultiplier) + !std::isnan(textAttributes.fontSize) ? textAttributes.fontSize : fontSize; + fontSizeMultiplier = !std::isnan(textAttributes.fontSizeMultiplier) ? textAttributes.fontSizeMultiplier : fontSizeMultiplier; fontWeight = textAttributes.fontWeight.hasValue() ? textAttributes.fontWeight @@ -44,13 +46,14 @@ void TextAttributes::apply(TextAttributes textAttributes) { allowFontScaling = textAttributes.allowFontScaling.hasValue() ? textAttributes.allowFontScaling : allowFontScaling; - letterSpacing = !isnan(textAttributes.letterSpacing) + letterSpacing = !std::isnan(textAttributes.letterSpacing) ? textAttributes.letterSpacing : letterSpacing; // Paragraph Styles - lineHeight = !isnan(textAttributes.lineHeight) ? textAttributes.lineHeight - : lineHeight; + lineHeight = !std::isnan(textAttributes.lineHeight) + ? textAttributes.lineHeight + : lineHeight; alignment = textAttributes.alignment.hasValue() ? textAttributes.alignment : alignment; baseWritingDirection = textAttributes.baseWritingDirection.hasValue() @@ -76,7 +79,7 @@ void TextAttributes::apply(TextAttributes textAttributes) { textShadowOffset = textAttributes.textShadowOffset.hasValue() ? textAttributes.textShadowOffset.value() : textShadowOffset; - textShadowRadius = !isnan(textAttributes.textShadowRadius) + textShadowRadius = !std::isnan(textAttributes.textShadowRadius) ? textAttributes.textShadowRadius : textShadowRadius; textShadowColor = textAttributes.textShadowColor diff --git a/ReactCommon/fabric/attributedstring/TextAttributes.h b/ReactCommon/fabric/attributedstring/TextAttributes.h index e0acba57681..6340143d9c7 100644 --- a/ReactCommon/fabric/attributedstring/TextAttributes.h +++ b/ReactCommon/fabric/attributedstring/TextAttributes.h @@ -10,13 +10,13 @@ #include #include -#include -#include -#include -#include -#include -#include #include +#include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/attributedstring/conversions.h b/ReactCommon/fabric/attributedstring/conversions.h index 1b00609959e..66e4bbc4151 100644 --- a/ReactCommon/fabric/attributedstring/conversions.h +++ b/ReactCommon/fabric/attributedstring/conversions.h @@ -7,17 +7,18 @@ #pragma once -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include #include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include namespace facebook { namespace react { @@ -395,16 +396,16 @@ inline folly::dynamic toDynamic(const TextAttributes &textAttributes) { _textAttributes( "backgroundColor", toDynamic(textAttributes.backgroundColor)); } - if (!isnan(textAttributes.opacity)) { + if (!std::isnan(textAttributes.opacity)) { _textAttributes("opacity", textAttributes.opacity); } if (!textAttributes.fontFamily.empty()) { _textAttributes("fontFamily", textAttributes.fontFamily); } - if (!isnan(textAttributes.fontSize)) { + if (!std::isnan(textAttributes.fontSize)) { _textAttributes("fontSize", textAttributes.fontSize); } - if (!isnan(textAttributes.fontSizeMultiplier)) { + if (!std::isnan(textAttributes.fontSizeMultiplier)) { _textAttributes("fontSizeMultiplier", textAttributes.fontSizeMultiplier); } if (textAttributes.fontWeight.has_value()) { @@ -419,10 +420,10 @@ inline folly::dynamic toDynamic(const TextAttributes &textAttributes) { if (textAttributes.allowFontScaling.has_value()) { _textAttributes("allowFontScaling", *textAttributes.allowFontScaling); } - if (!isnan(textAttributes.letterSpacing)) { + if (!std::isnan(textAttributes.letterSpacing)) { _textAttributes("letterSpacing", textAttributes.letterSpacing); } - if (!isnan(textAttributes.lineHeight)) { + if (!std::isnan(textAttributes.lineHeight)) { _textAttributes("lineHeight", textAttributes.lineHeight); } if (textAttributes.alignment.has_value()) { @@ -455,7 +456,7 @@ inline folly::dynamic toDynamic(const TextAttributes &textAttributes) { // Shadow // textShadowOffset = textAttributes.textShadowOffset.has_value() ? // textAttributes.textShadowOffset.value() : textShadowOffset; - if (!isnan(textAttributes.textShadowRadius)) { + if (!std::isnan(textAttributes.textShadowRadius)) { _textAttributes("textShadowRadius", textAttributes.textShadowRadius); } if (textAttributes.textShadowColor) { diff --git a/ReactCommon/fabric/attributedstring/tests/AttributedStringTest.cpp b/ReactCommon/fabric/attributedstring/tests/AttributedStringTest.cpp index 9ad5f5cb857..1b9205d6605 100644 --- a/ReactCommon/fabric/attributedstring/tests/AttributedStringTest.cpp +++ b/ReactCommon/fabric/attributedstring/tests/AttributedStringTest.cpp @@ -8,11 +8,11 @@ #include #include -#include -#include -#include -#include #include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/attributedstring/tests/ParagraphAttributesTest.cpp b/ReactCommon/fabric/attributedstring/tests/ParagraphAttributesTest.cpp index cd66bd10922..ca0d6a3b6a3 100644 --- a/ReactCommon/fabric/attributedstring/tests/ParagraphAttributesTest.cpp +++ b/ReactCommon/fabric/attributedstring/tests/ParagraphAttributesTest.cpp @@ -8,10 +8,10 @@ #include #include -#include -#include -#include #include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/attributedstring/tests/TextAttributesTest.cpp b/ReactCommon/fabric/attributedstring/tests/TextAttributesTest.cpp index e9f455bb9ce..c029c6649e2 100644 --- a/ReactCommon/fabric/attributedstring/tests/TextAttributesTest.cpp +++ b/ReactCommon/fabric/attributedstring/tests/TextAttributesTest.cpp @@ -8,11 +8,11 @@ #include #include -#include -#include -#include -#include #include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/activityindicator/ActivityIndicatorViewComponentDescriptor.h b/ReactCommon/fabric/components/activityindicator/ActivityIndicatorViewComponentDescriptor.h index 4d0a2d64eee..7dbe425337f 100644 --- a/ReactCommon/fabric/components/activityindicator/ActivityIndicatorViewComponentDescriptor.h +++ b/ReactCommon/fabric/components/activityindicator/ActivityIndicatorViewComponentDescriptor.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/activityindicator/ActivityIndicatorViewProps.cpp b/ReactCommon/fabric/components/activityindicator/ActivityIndicatorViewProps.cpp index f20964ca2c7..6ff45aef622 100644 --- a/ReactCommon/fabric/components/activityindicator/ActivityIndicatorViewProps.cpp +++ b/ReactCommon/fabric/components/activityindicator/ActivityIndicatorViewProps.cpp @@ -5,9 +5,9 @@ * LICENSE file in the root directory of this source tree. */ -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/activityindicator/ActivityIndicatorViewProps.h b/ReactCommon/fabric/components/activityindicator/ActivityIndicatorViewProps.h index d205f147713..8a8f7395b11 100644 --- a/ReactCommon/fabric/components/activityindicator/ActivityIndicatorViewProps.h +++ b/ReactCommon/fabric/components/activityindicator/ActivityIndicatorViewProps.h @@ -5,9 +5,9 @@ * LICENSE file in the root directory of this source tree. */ -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/activityindicator/ActivityIndicatorViewShadowNode.h b/ReactCommon/fabric/components/activityindicator/ActivityIndicatorViewShadowNode.h index bffcdb7b460..ac768dd6d15 100644 --- a/ReactCommon/fabric/components/activityindicator/ActivityIndicatorViewShadowNode.h +++ b/ReactCommon/fabric/components/activityindicator/ActivityIndicatorViewShadowNode.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/activityindicator/BUCK b/ReactCommon/fabric/components/activityindicator/BUCK index 503a799884d..eda131333ea 100644 --- a/ReactCommon/fabric/components/activityindicator/BUCK +++ b/ReactCommon/fabric/components/activityindicator/BUCK @@ -15,7 +15,7 @@ rn_xplat_cxx_library( [ ("", "*.h"), ], - prefix = "fabric/components/activityindicator", + prefix = "react/components/activityindicator", ), compiler_flags = [ "-fexceptions", diff --git a/ReactCommon/fabric/components/activityindicator/conversions.h b/ReactCommon/fabric/components/activityindicator/conversions.h index 929f7fa77b5..3982cb5e390 100644 --- a/ReactCommon/fabric/components/activityindicator/conversions.h +++ b/ReactCommon/fabric/components/activityindicator/conversions.h @@ -7,8 +7,8 @@ #pragma once -#include #include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/image/BUCK b/ReactCommon/fabric/components/image/BUCK index ee165e9addc..e496dc7a92d 100644 --- a/ReactCommon/fabric/components/image/BUCK +++ b/ReactCommon/fabric/components/image/BUCK @@ -25,7 +25,7 @@ rn_xplat_cxx_library( [ ("", "*.h"), ], - prefix = "fabric/components/image", + prefix = "react/components/image", ), compiler_flags = [ "-fexceptions", diff --git a/ReactCommon/fabric/components/image/ImageComponentDescriptor.h b/ReactCommon/fabric/components/image/ImageComponentDescriptor.h index 72c79fb7df1..09cf64965f4 100644 --- a/ReactCommon/fabric/components/image/ImageComponentDescriptor.h +++ b/ReactCommon/fabric/components/image/ImageComponentDescriptor.h @@ -7,10 +7,10 @@ #pragma once -#include -#include -#include -#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/image/ImageEventEmitter.h b/ReactCommon/fabric/components/image/ImageEventEmitter.h index e6a570acecf..a853caf7536 100644 --- a/ReactCommon/fabric/components/image/ImageEventEmitter.h +++ b/ReactCommon/fabric/components/image/ImageEventEmitter.h @@ -6,7 +6,7 @@ */ #pragma once -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/image/ImageLocalData.cpp b/ReactCommon/fabric/components/image/ImageLocalData.cpp index d3abbc68906..3fa237c1ad8 100644 --- a/ReactCommon/fabric/components/image/ImageLocalData.cpp +++ b/ReactCommon/fabric/components/image/ImageLocalData.cpp @@ -7,8 +7,8 @@ #include "ImageLocalData.h" -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/image/ImageLocalData.h b/ReactCommon/fabric/components/image/ImageLocalData.h index f0be34848da..d87e45a7c81 100644 --- a/ReactCommon/fabric/components/image/ImageLocalData.h +++ b/ReactCommon/fabric/components/image/ImageLocalData.h @@ -7,9 +7,9 @@ #pragma once -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/image/ImageProps.cpp b/ReactCommon/fabric/components/image/ImageProps.cpp index 6c4ca171b99..5eca24296c9 100644 --- a/ReactCommon/fabric/components/image/ImageProps.cpp +++ b/ReactCommon/fabric/components/image/ImageProps.cpp @@ -5,9 +5,9 @@ * LICENSE file in the root directory of this source tree. */ -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/image/ImageProps.h b/ReactCommon/fabric/components/image/ImageProps.h index 2e2dedd880c..d0c1369a663 100644 --- a/ReactCommon/fabric/components/image/ImageProps.h +++ b/ReactCommon/fabric/components/image/ImageProps.h @@ -5,9 +5,9 @@ * LICENSE file in the root directory of this source tree. */ -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/image/ImageShadowNode.cpp b/ReactCommon/fabric/components/image/ImageShadowNode.cpp index 933fc6d40ab..5421515f8a3 100644 --- a/ReactCommon/fabric/components/image/ImageShadowNode.cpp +++ b/ReactCommon/fabric/components/image/ImageShadowNode.cpp @@ -7,9 +7,9 @@ #include -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/image/ImageShadowNode.h b/ReactCommon/fabric/components/image/ImageShadowNode.h index fc7008fbd7f..e1a811fd170 100644 --- a/ReactCommon/fabric/components/image/ImageShadowNode.h +++ b/ReactCommon/fabric/components/image/ImageShadowNode.h @@ -7,11 +7,11 @@ #pragma once -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/image/conversions.h b/ReactCommon/fabric/components/image/conversions.h index c6a0ceb25b8..5943eb283df 100644 --- a/ReactCommon/fabric/components/image/conversions.h +++ b/ReactCommon/fabric/components/image/conversions.h @@ -7,9 +7,9 @@ #pragma once -#include -#include #include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/root/BUCK b/ReactCommon/fabric/components/root/BUCK index 46fb37865ae..56782c58e06 100644 --- a/ReactCommon/fabric/components/root/BUCK +++ b/ReactCommon/fabric/components/root/BUCK @@ -25,7 +25,7 @@ rn_xplat_cxx_library( [ ("", "*.h"), ], - prefix = "fabric/components/root", + prefix = "react/components/root", ), compiler_flags = [ "-fexceptions", diff --git a/ReactCommon/fabric/components/root/RootProps.cpp b/ReactCommon/fabric/components/root/RootProps.cpp index d30da924e24..d0efb194000 100644 --- a/ReactCommon/fabric/components/root/RootProps.cpp +++ b/ReactCommon/fabric/components/root/RootProps.cpp @@ -7,8 +7,8 @@ #include "RootProps.h" -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/root/RootProps.h b/ReactCommon/fabric/components/root/RootProps.h index aa48ac724a3..1ef3068eaff 100644 --- a/ReactCommon/fabric/components/root/RootProps.h +++ b/ReactCommon/fabric/components/root/RootProps.h @@ -9,9 +9,9 @@ #include -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/root/RootShadowNode.cpp b/ReactCommon/fabric/components/root/RootShadowNode.cpp index 912ea4bfc7d..c306853d2a7 100644 --- a/ReactCommon/fabric/components/root/RootShadowNode.cpp +++ b/ReactCommon/fabric/components/root/RootShadowNode.cpp @@ -7,7 +7,7 @@ #include "RootShadowNode.h" -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/root/RootShadowNode.h b/ReactCommon/fabric/components/root/RootShadowNode.h index 771f770296e..f3429b0c0e4 100644 --- a/ReactCommon/fabric/components/root/RootShadowNode.h +++ b/ReactCommon/fabric/components/root/RootShadowNode.h @@ -9,9 +9,9 @@ #include -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/scrollview/BUCK b/ReactCommon/fabric/components/scrollview/BUCK index 0f41f2e426b..71522013612 100644 --- a/ReactCommon/fabric/components/scrollview/BUCK +++ b/ReactCommon/fabric/components/scrollview/BUCK @@ -28,7 +28,7 @@ rn_xplat_cxx_library( [ ("", "*.h"), ], - prefix = "fabric/components/scrollview", + prefix = "react/components/scrollview", ), compiler_flags = [ "-fexceptions", diff --git a/ReactCommon/fabric/components/scrollview/ScrollViewComponentDescriptor.h b/ReactCommon/fabric/components/scrollview/ScrollViewComponentDescriptor.h index a2390adfe9a..74ccf9240d3 100644 --- a/ReactCommon/fabric/components/scrollview/ScrollViewComponentDescriptor.h +++ b/ReactCommon/fabric/components/scrollview/ScrollViewComponentDescriptor.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/scrollview/ScrollViewEventEmitter.h b/ReactCommon/fabric/components/scrollview/ScrollViewEventEmitter.h index ed436693646..161b5d1f2dd 100644 --- a/ReactCommon/fabric/components/scrollview/ScrollViewEventEmitter.h +++ b/ReactCommon/fabric/components/scrollview/ScrollViewEventEmitter.h @@ -8,10 +8,10 @@ #include -#include -#include -#include #include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/scrollview/ScrollViewLocalData.cpp b/ReactCommon/fabric/components/scrollview/ScrollViewLocalData.cpp index f65676a3d5a..f3e1cd1f21f 100644 --- a/ReactCommon/fabric/components/scrollview/ScrollViewLocalData.cpp +++ b/ReactCommon/fabric/components/scrollview/ScrollViewLocalData.cpp @@ -7,8 +7,8 @@ #include "ScrollViewLocalData.h" -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/scrollview/ScrollViewLocalData.h b/ReactCommon/fabric/components/scrollview/ScrollViewLocalData.h index d9b92fc421c..f54778fe1a7 100644 --- a/ReactCommon/fabric/components/scrollview/ScrollViewLocalData.h +++ b/ReactCommon/fabric/components/scrollview/ScrollViewLocalData.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/scrollview/ScrollViewProps.cpp b/ReactCommon/fabric/components/scrollview/ScrollViewProps.cpp index 5b104df5970..4b2184b19f0 100644 --- a/ReactCommon/fabric/components/scrollview/ScrollViewProps.cpp +++ b/ReactCommon/fabric/components/scrollview/ScrollViewProps.cpp @@ -7,11 +7,11 @@ #include "ScrollViewProps.h" -#include -#include -#include +#include +#include +#include -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/scrollview/ScrollViewProps.h b/ReactCommon/fabric/components/scrollview/ScrollViewProps.h index 18bd21ff607..4dc57b79db0 100644 --- a/ReactCommon/fabric/components/scrollview/ScrollViewProps.h +++ b/ReactCommon/fabric/components/scrollview/ScrollViewProps.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/scrollview/ScrollViewShadowNode.cpp b/ReactCommon/fabric/components/scrollview/ScrollViewShadowNode.cpp index a18e651e26a..4eb4bdeca53 100644 --- a/ReactCommon/fabric/components/scrollview/ScrollViewShadowNode.cpp +++ b/ReactCommon/fabric/components/scrollview/ScrollViewShadowNode.cpp @@ -7,7 +7,7 @@ #include "ScrollViewShadowNode.h" -#include +#include #include "ScrollViewLocalData.h" diff --git a/ReactCommon/fabric/components/scrollview/ScrollViewShadowNode.h b/ReactCommon/fabric/components/scrollview/ScrollViewShadowNode.h index 065727b7745..fabc946a740 100644 --- a/ReactCommon/fabric/components/scrollview/ScrollViewShadowNode.h +++ b/ReactCommon/fabric/components/scrollview/ScrollViewShadowNode.h @@ -7,10 +7,10 @@ #pragma once -#include -#include -#include -#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/scrollview/conversions.h b/ReactCommon/fabric/components/scrollview/conversions.h index 4dc551e0bc0..d5c2d5acdfb 100644 --- a/ReactCommon/fabric/components/scrollview/conversions.h +++ b/ReactCommon/fabric/components/scrollview/conversions.h @@ -7,8 +7,8 @@ #pragma once -#include #include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/switch/BUCK b/ReactCommon/fabric/components/switch/BUCK index 0b97fcd7a0e..8babffce965 100644 --- a/ReactCommon/fabric/components/switch/BUCK +++ b/ReactCommon/fabric/components/switch/BUCK @@ -25,7 +25,7 @@ rn_xplat_cxx_library( [ ("", "*.h"), ], - prefix = "fabric/components/switch", + prefix = "react/components/switch", ), compiler_flags = [ "-fexceptions", diff --git a/ReactCommon/fabric/components/switch/SwitchComponentDescriptor.h b/ReactCommon/fabric/components/switch/SwitchComponentDescriptor.h index c603eb596e3..6f40f83c5b0 100644 --- a/ReactCommon/fabric/components/switch/SwitchComponentDescriptor.h +++ b/ReactCommon/fabric/components/switch/SwitchComponentDescriptor.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/switch/SwitchEventEmitter.h b/ReactCommon/fabric/components/switch/SwitchEventEmitter.h index bce9a9d8ed7..1b0dd263f6c 100644 --- a/ReactCommon/fabric/components/switch/SwitchEventEmitter.h +++ b/ReactCommon/fabric/components/switch/SwitchEventEmitter.h @@ -6,7 +6,7 @@ */ #pragma once -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/switch/SwitchProps.cpp b/ReactCommon/fabric/components/switch/SwitchProps.cpp index 5d648c14735..3cbba88a97a 100644 --- a/ReactCommon/fabric/components/switch/SwitchProps.cpp +++ b/ReactCommon/fabric/components/switch/SwitchProps.cpp @@ -5,8 +5,8 @@ * LICENSE file in the root directory of this source tree. */ -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/switch/SwitchProps.h b/ReactCommon/fabric/components/switch/SwitchProps.h index 102497ffbb2..66c658125c1 100644 --- a/ReactCommon/fabric/components/switch/SwitchProps.h +++ b/ReactCommon/fabric/components/switch/SwitchProps.h @@ -5,8 +5,8 @@ * LICENSE file in the root directory of this source tree. */ -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/switch/SwitchShadowNode.h b/ReactCommon/fabric/components/switch/SwitchShadowNode.h index a9de57b3763..939a32d3b80 100644 --- a/ReactCommon/fabric/components/switch/SwitchShadowNode.h +++ b/ReactCommon/fabric/components/switch/SwitchShadowNode.h @@ -7,9 +7,9 @@ #pragma once -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/BUCK b/ReactCommon/fabric/components/text/BUCK index 4f241814b61..dff38f26b23 100644 --- a/ReactCommon/fabric/components/text/BUCK +++ b/ReactCommon/fabric/components/text/BUCK @@ -32,7 +32,7 @@ rn_xplat_cxx_library( ("text", "*.h"), ("rawtext", "*.h"), ], - prefix = "fabric/components/text", + prefix = "react/components/text", ), compiler_flags = [ "-fexceptions", diff --git a/ReactCommon/fabric/components/text/basetext/BaseTextProps.cpp b/ReactCommon/fabric/components/text/basetext/BaseTextProps.cpp index 4e2d95289fb..0383bfe23b9 100644 --- a/ReactCommon/fabric/components/text/basetext/BaseTextProps.cpp +++ b/ReactCommon/fabric/components/text/basetext/BaseTextProps.cpp @@ -7,10 +7,10 @@ #include "BaseTextProps.h" -#include -#include -#include -#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/basetext/BaseTextProps.h b/ReactCommon/fabric/components/text/basetext/BaseTextProps.h index d23e6b1b1b3..25968c2063d 100644 --- a/ReactCommon/fabric/components/text/basetext/BaseTextProps.h +++ b/ReactCommon/fabric/components/text/basetext/BaseTextProps.h @@ -7,10 +7,10 @@ #pragma once -#include -#include -#include -#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/basetext/BaseTextShadowNode.cpp b/ReactCommon/fabric/components/text/basetext/BaseTextShadowNode.cpp index 086d2bde324..7c7036fbc4a 100644 --- a/ReactCommon/fabric/components/text/basetext/BaseTextShadowNode.cpp +++ b/ReactCommon/fabric/components/text/basetext/BaseTextShadowNode.cpp @@ -7,11 +7,11 @@ #include "BaseTextShadowNode.h" -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/basetext/BaseTextShadowNode.h b/ReactCommon/fabric/components/text/basetext/BaseTextShadowNode.h index 4c47a18dce3..7da118643cd 100644 --- a/ReactCommon/fabric/components/text/basetext/BaseTextShadowNode.h +++ b/ReactCommon/fabric/components/text/basetext/BaseTextShadowNode.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/paragraph/ParagraphComponentDescriptor.h b/ReactCommon/fabric/components/text/paragraph/ParagraphComponentDescriptor.h index 9adeb0f344a..9944483a72c 100644 --- a/ReactCommon/fabric/components/text/paragraph/ParagraphComponentDescriptor.h +++ b/ReactCommon/fabric/components/text/paragraph/ParagraphComponentDescriptor.h @@ -7,10 +7,10 @@ #pragma once -#include -#include -#include -#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/paragraph/ParagraphLocalData.cpp b/ReactCommon/fabric/components/text/paragraph/ParagraphLocalData.cpp index 664e480188e..2c562ea30de 100644 --- a/ReactCommon/fabric/components/text/paragraph/ParagraphLocalData.cpp +++ b/ReactCommon/fabric/components/text/paragraph/ParagraphLocalData.cpp @@ -7,8 +7,8 @@ #include "ParagraphLocalData.h" -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/paragraph/ParagraphLocalData.h b/ReactCommon/fabric/components/text/paragraph/ParagraphLocalData.h index d03a634f5b8..7005496f94c 100644 --- a/ReactCommon/fabric/components/text/paragraph/ParagraphLocalData.h +++ b/ReactCommon/fabric/components/text/paragraph/ParagraphLocalData.h @@ -7,9 +7,9 @@ #pragma once -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/paragraph/ParagraphProps.cpp b/ReactCommon/fabric/components/text/paragraph/ParagraphProps.cpp index 321d2abff6b..d8135cd845a 100644 --- a/ReactCommon/fabric/components/text/paragraph/ParagraphProps.cpp +++ b/ReactCommon/fabric/components/text/paragraph/ParagraphProps.cpp @@ -7,9 +7,9 @@ #include "ParagraphProps.h" -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/paragraph/ParagraphProps.h b/ReactCommon/fabric/components/text/paragraph/ParagraphProps.h index 3874f5513a2..1e1ca67e15b 100644 --- a/ReactCommon/fabric/components/text/paragraph/ParagraphProps.h +++ b/ReactCommon/fabric/components/text/paragraph/ParagraphProps.h @@ -10,10 +10,10 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/paragraph/ParagraphShadowNode.h b/ReactCommon/fabric/components/text/paragraph/ParagraphShadowNode.h index f711acec964..c1d1f14dfbb 100644 --- a/ReactCommon/fabric/components/text/paragraph/ParagraphShadowNode.h +++ b/ReactCommon/fabric/components/text/paragraph/ParagraphShadowNode.h @@ -7,14 +7,14 @@ #pragma once -#include -#include -#include -#include -#include -#include -#include #include +#include +#include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/paragraph/conversions.h b/ReactCommon/fabric/components/text/paragraph/conversions.h index e3f2f6c1f38..bf2f2e1ebda 100644 --- a/ReactCommon/fabric/components/text/paragraph/conversions.h +++ b/ReactCommon/fabric/components/text/paragraph/conversions.h @@ -3,9 +3,9 @@ // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. -#include -#include #include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/rawtext/RawTextComponentDescriptor.h b/ReactCommon/fabric/components/text/rawtext/RawTextComponentDescriptor.h index 0796e25ffac..8ee9418ee3f 100644 --- a/ReactCommon/fabric/components/text/rawtext/RawTextComponentDescriptor.h +++ b/ReactCommon/fabric/components/text/rawtext/RawTextComponentDescriptor.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/rawtext/RawTextProps.cpp b/ReactCommon/fabric/components/text/rawtext/RawTextProps.cpp index d3d993634ab..92a485ab515 100644 --- a/ReactCommon/fabric/components/text/rawtext/RawTextProps.cpp +++ b/ReactCommon/fabric/components/text/rawtext/RawTextProps.cpp @@ -7,8 +7,8 @@ #include "RawTextProps.h" -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/rawtext/RawTextProps.h b/ReactCommon/fabric/components/text/rawtext/RawTextProps.h index c89f4f77206..4b774ca41b9 100644 --- a/ReactCommon/fabric/components/text/rawtext/RawTextProps.h +++ b/ReactCommon/fabric/components/text/rawtext/RawTextProps.h @@ -9,8 +9,8 @@ #include -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/rawtext/RawTextShadowNode.h b/ReactCommon/fabric/components/text/rawtext/RawTextShadowNode.h index 0935678b4a4..6613289a570 100644 --- a/ReactCommon/fabric/components/text/rawtext/RawTextShadowNode.h +++ b/ReactCommon/fabric/components/text/rawtext/RawTextShadowNode.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/tests/ParagraphLocalDataTest.cpp b/ReactCommon/fabric/components/text/tests/ParagraphLocalDataTest.cpp index d9572c5a4e5..fab50b266dc 100644 --- a/ReactCommon/fabric/components/text/tests/ParagraphLocalDataTest.cpp +++ b/ReactCommon/fabric/components/text/tests/ParagraphLocalDataTest.cpp @@ -8,12 +8,12 @@ #include #include -#include -#include -#include -#include -#include #include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/text/TextComponentDescriptor.h b/ReactCommon/fabric/components/text/text/TextComponentDescriptor.h index ce4ee80ea53..13946369def 100644 --- a/ReactCommon/fabric/components/text/text/TextComponentDescriptor.h +++ b/ReactCommon/fabric/components/text/text/TextComponentDescriptor.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/text/TextProps.h b/ReactCommon/fabric/components/text/text/TextProps.h index 3d81d17d776..83680db4706 100644 --- a/ReactCommon/fabric/components/text/text/TextProps.h +++ b/ReactCommon/fabric/components/text/text/TextProps.h @@ -7,11 +7,11 @@ #pragma once -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/text/text/TextShadowNode.h b/ReactCommon/fabric/components/text/text/TextShadowNode.h index 1cd7805a18b..52ed70e955c 100644 --- a/ReactCommon/fabric/components/text/text/TextShadowNode.h +++ b/ReactCommon/fabric/components/text/text/TextShadowNode.h @@ -7,10 +7,10 @@ #pragma once -#include -#include -#include -#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/view/BUCK b/ReactCommon/fabric/components/view/BUCK index f246ff427b2..868128eeabc 100644 --- a/ReactCommon/fabric/components/view/BUCK +++ b/ReactCommon/fabric/components/view/BUCK @@ -31,7 +31,7 @@ rn_xplat_cxx_library( ("root", "*.h"), ("yoga", "*.h"), ], - prefix = "fabric/components/view", + prefix = "react/components/view", ), compiler_flags = [ "-fexceptions", diff --git a/ReactCommon/fabric/components/view/ConcreteViewShadowNode.h b/ReactCommon/fabric/components/view/ConcreteViewShadowNode.h index 41e8a9b4219..584afe8ec9e 100644 --- a/ReactCommon/fabric/components/view/ConcreteViewShadowNode.h +++ b/ReactCommon/fabric/components/view/ConcreteViewShadowNode.h @@ -7,15 +7,15 @@ #pragma once -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/view/TouchEventEmitter.h b/ReactCommon/fabric/components/view/TouchEventEmitter.h index ce8ddfb2e55..c00e2755225 100644 --- a/ReactCommon/fabric/components/view/TouchEventEmitter.h +++ b/ReactCommon/fabric/components/view/TouchEventEmitter.h @@ -6,9 +6,9 @@ */ #pragma once -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/view/ViewComponentDescriptor.h b/ReactCommon/fabric/components/view/ViewComponentDescriptor.h index fe8a6f74f43..dfa98ac1cbc 100644 --- a/ReactCommon/fabric/components/view/ViewComponentDescriptor.h +++ b/ReactCommon/fabric/components/view/ViewComponentDescriptor.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/view/ViewEventEmitter.h b/ReactCommon/fabric/components/view/ViewEventEmitter.h index e410a43da5e..431ede00089 100644 --- a/ReactCommon/fabric/components/view/ViewEventEmitter.h +++ b/ReactCommon/fabric/components/view/ViewEventEmitter.h @@ -8,8 +8,8 @@ #include -#include -#include +#include +#include #include "TouchEventEmitter.h" namespace facebook { diff --git a/ReactCommon/fabric/components/view/ViewProps.cpp b/ReactCommon/fabric/components/view/ViewProps.cpp index 91c2742d29d..db11821b83a 100644 --- a/ReactCommon/fabric/components/view/ViewProps.cpp +++ b/ReactCommon/fabric/components/view/ViewProps.cpp @@ -7,11 +7,11 @@ #include "ViewProps.h" -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/view/ViewProps.h b/ReactCommon/fabric/components/view/ViewProps.h index 69d355e8e97..5259a85fd7e 100644 --- a/ReactCommon/fabric/components/view/ViewProps.h +++ b/ReactCommon/fabric/components/view/ViewProps.h @@ -7,12 +7,12 @@ #pragma once -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/view/ViewShadowNode.h b/ReactCommon/fabric/components/view/ViewShadowNode.h index d3eb4edcd9a..4111f939b3a 100644 --- a/ReactCommon/fabric/components/view/ViewShadowNode.h +++ b/ReactCommon/fabric/components/view/ViewShadowNode.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/view/accessibility/AccessibilityProps.cpp b/ReactCommon/fabric/components/view/accessibility/AccessibilityProps.cpp index 1bdd986e8c1..f8ba55d976d 100644 --- a/ReactCommon/fabric/components/view/accessibility/AccessibilityProps.cpp +++ b/ReactCommon/fabric/components/view/accessibility/AccessibilityProps.cpp @@ -7,10 +7,10 @@ #include "AccessibilityProps.h" -#include -#include -#include -#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/view/accessibility/AccessibilityProps.h b/ReactCommon/fabric/components/view/accessibility/AccessibilityProps.h index 953425fc102..1253fc308f4 100644 --- a/ReactCommon/fabric/components/view/accessibility/AccessibilityProps.h +++ b/ReactCommon/fabric/components/view/accessibility/AccessibilityProps.h @@ -7,10 +7,10 @@ #pragma once -#include -#include -#include -#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/view/accessibility/AccessibleShadowNode.h b/ReactCommon/fabric/components/view/accessibility/AccessibleShadowNode.h index 88a490ccde5..db22cca4777 100644 --- a/ReactCommon/fabric/components/view/accessibility/AccessibleShadowNode.h +++ b/ReactCommon/fabric/components/view/accessibility/AccessibleShadowNode.h @@ -9,8 +9,8 @@ #include -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/view/accessibility/accessibilityPropsConversions.h b/ReactCommon/fabric/components/view/accessibility/accessibilityPropsConversions.h index 2e73874dee2..4e7c361926e 100644 --- a/ReactCommon/fabric/components/view/accessibility/accessibilityPropsConversions.h +++ b/ReactCommon/fabric/components/view/accessibility/accessibilityPropsConversions.h @@ -7,8 +7,8 @@ #pragma once -#include #include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/view/conversions.h b/ReactCommon/fabric/components/view/conversions.h index b5683c0d70f..d4274e4ded4 100644 --- a/ReactCommon/fabric/components/view/conversions.h +++ b/ReactCommon/fabric/components/view/conversions.h @@ -7,11 +7,11 @@ #pragma once -#include -#include -#include #include #include +#include +#include +#include #include #include #include diff --git a/ReactCommon/fabric/components/view/primitives.h b/ReactCommon/fabric/components/view/primitives.h index 4f3a00dd550..04967251093 100644 --- a/ReactCommon/fabric/components/view/primitives.h +++ b/ReactCommon/fabric/components/view/primitives.h @@ -7,9 +7,9 @@ #pragma once -#include -#include #include +#include +#include #include #include diff --git a/ReactCommon/fabric/components/view/propsConversions.h b/ReactCommon/fabric/components/view/propsConversions.h index 4ef72d1d3be..cd18390caa0 100644 --- a/ReactCommon/fabric/components/view/propsConversions.h +++ b/ReactCommon/fabric/components/view/propsConversions.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/view/tests/ViewTest.cpp b/ReactCommon/fabric/components/view/tests/ViewTest.cpp index 66a6a0b2218..acef5fdffc6 100644 --- a/ReactCommon/fabric/components/view/tests/ViewTest.cpp +++ b/ReactCommon/fabric/components/view/tests/ViewTest.cpp @@ -7,8 +7,8 @@ #include -#include #include +#include using namespace facebook::react; diff --git a/ReactCommon/fabric/components/view/yoga/YogaLayoutableShadowNode.cpp b/ReactCommon/fabric/components/view/yoga/YogaLayoutableShadowNode.cpp index 3adadef249f..298295f2146 100644 --- a/ReactCommon/fabric/components/view/yoga/YogaLayoutableShadowNode.cpp +++ b/ReactCommon/fabric/components/view/yoga/YogaLayoutableShadowNode.cpp @@ -10,10 +10,10 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include #include namespace facebook { diff --git a/ReactCommon/fabric/components/view/yoga/YogaLayoutableShadowNode.h b/ReactCommon/fabric/components/view/yoga/YogaLayoutableShadowNode.h index 8c82d2ec4d8..8386937ac1e 100644 --- a/ReactCommon/fabric/components/view/yoga/YogaLayoutableShadowNode.h +++ b/ReactCommon/fabric/components/view/yoga/YogaLayoutableShadowNode.h @@ -12,10 +12,10 @@ #include -#include -#include -#include -#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/components/view/yoga/YogaStylableProps.cpp b/ReactCommon/fabric/components/view/yoga/YogaStylableProps.cpp index bf134efc817..74391cf23f9 100644 --- a/ReactCommon/fabric/components/view/yoga/YogaStylableProps.cpp +++ b/ReactCommon/fabric/components/view/yoga/YogaStylableProps.cpp @@ -7,10 +7,10 @@ #include "YogaStylableProps.h" -#include -#include -#include -#include +#include +#include +#include +#include #include #include diff --git a/ReactCommon/fabric/components/view/yoga/YogaStylableProps.h b/ReactCommon/fabric/components/view/yoga/YogaStylableProps.h index 340a8ccb625..470a064cbe8 100644 --- a/ReactCommon/fabric/components/view/yoga/YogaStylableProps.h +++ b/ReactCommon/fabric/components/view/yoga/YogaStylableProps.h @@ -9,8 +9,8 @@ #include -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/BUCK b/ReactCommon/fabric/core/BUCK index f896d7e5836..f03ab4b701b 100644 --- a/ReactCommon/fabric/core/BUCK +++ b/ReactCommon/fabric/core/BUCK @@ -23,7 +23,7 @@ rn_xplat_cxx_library( ("layout", "*.h"), ("shadownode", "*.h"), ], - prefix = "fabric/core", + prefix = "react/core", ), compiler_flags = [ "-fexceptions", diff --git a/ReactCommon/fabric/core/componentdescriptor/ComponentDescriptor.h b/ReactCommon/fabric/core/componentdescriptor/ComponentDescriptor.h index 91dd70326fb..6eb19fbacda 100644 --- a/ReactCommon/fabric/core/componentdescriptor/ComponentDescriptor.h +++ b/ReactCommon/fabric/core/componentdescriptor/ComponentDescriptor.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/componentdescriptor/ConcreteComponentDescriptor.h b/ReactCommon/fabric/core/componentdescriptor/ConcreteComponentDescriptor.h index 8d313183265..7a52cb2d286 100644 --- a/ReactCommon/fabric/core/componentdescriptor/ConcreteComponentDescriptor.h +++ b/ReactCommon/fabric/core/componentdescriptor/ConcreteComponentDescriptor.h @@ -10,11 +10,11 @@ #include #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/conversions.h b/ReactCommon/fabric/core/conversions.h index 9a9c4495e25..d8ea97279f2 100644 --- a/ReactCommon/fabric/core/conversions.h +++ b/ReactCommon/fabric/core/conversions.h @@ -7,7 +7,7 @@ #pragma once -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/layout/LayoutConstraints.h b/ReactCommon/fabric/core/layout/LayoutConstraints.h index 33607c300b8..1afd10b5986 100644 --- a/ReactCommon/fabric/core/layout/LayoutConstraints.h +++ b/ReactCommon/fabric/core/layout/LayoutConstraints.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/layout/LayoutContext.h b/ReactCommon/fabric/core/layout/LayoutContext.h index 80988f0986c..184d44f1caf 100644 --- a/ReactCommon/fabric/core/layout/LayoutContext.h +++ b/ReactCommon/fabric/core/layout/LayoutContext.h @@ -7,7 +7,7 @@ #pragma once -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/layout/LayoutMetrics.h b/ReactCommon/fabric/core/layout/LayoutMetrics.h index 92c31e833a5..b7ee04a46fc 100644 --- a/ReactCommon/fabric/core/layout/LayoutMetrics.h +++ b/ReactCommon/fabric/core/layout/LayoutMetrics.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/layout/LayoutableShadowNode.cpp b/ReactCommon/fabric/core/layout/LayoutableShadowNode.cpp index f12e1175df3..61ae72fcc63 100644 --- a/ReactCommon/fabric/core/layout/LayoutableShadowNode.cpp +++ b/ReactCommon/fabric/core/layout/LayoutableShadowNode.cpp @@ -7,11 +7,11 @@ #include "LayoutableShadowNode.h" -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/layout/LayoutableShadowNode.h b/ReactCommon/fabric/core/layout/LayoutableShadowNode.h index 50d57a0e686..74c82a2ce45 100644 --- a/ReactCommon/fabric/core/layout/LayoutableShadowNode.h +++ b/ReactCommon/fabric/core/layout/LayoutableShadowNode.h @@ -12,9 +12,9 @@ #include #include -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/propsConversions.h b/ReactCommon/fabric/core/propsConversions.h index a1a8db5b00f..c95fdb94570 100644 --- a/ReactCommon/fabric/core/propsConversions.h +++ b/ReactCommon/fabric/core/propsConversions.h @@ -7,11 +7,11 @@ #pragma once -#include -#include -#include #include #include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/shadownode/ConcreteShadowNode.h b/ReactCommon/fabric/core/shadownode/ConcreteShadowNode.h index cd99d629fa5..c85abc748a6 100644 --- a/ReactCommon/fabric/core/shadownode/ConcreteShadowNode.h +++ b/ReactCommon/fabric/core/shadownode/ConcreteShadowNode.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/shadownode/LocalData.h b/ReactCommon/fabric/core/shadownode/LocalData.h index 9fe47c774b5..d62b3d29128 100644 --- a/ReactCommon/fabric/core/shadownode/LocalData.h +++ b/ReactCommon/fabric/core/shadownode/LocalData.h @@ -7,9 +7,9 @@ #pragma once -#include -#include #include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/shadownode/Props.cpp b/ReactCommon/fabric/core/shadownode/Props.cpp index c6ca7d20c30..945f7e666a3 100644 --- a/ReactCommon/fabric/core/shadownode/Props.cpp +++ b/ReactCommon/fabric/core/shadownode/Props.cpp @@ -7,8 +7,8 @@ #include "Props.h" -#include #include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/shadownode/Props.h b/ReactCommon/fabric/core/shadownode/Props.h index ace5e4dfe99..e2fd66d22c6 100644 --- a/ReactCommon/fabric/core/shadownode/Props.h +++ b/ReactCommon/fabric/core/shadownode/Props.h @@ -9,9 +9,9 @@ #include -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/shadownode/ShadowNode.cpp b/ReactCommon/fabric/core/shadownode/ShadowNode.cpp index 3ea2d8193f3..1a282dd6e98 100644 --- a/ReactCommon/fabric/core/shadownode/ShadowNode.cpp +++ b/ReactCommon/fabric/core/shadownode/ShadowNode.cpp @@ -9,9 +9,9 @@ #include -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/shadownode/ShadowNode.h b/ReactCommon/fabric/core/shadownode/ShadowNode.h index a58c3aeb86d..aa15621449c 100644 --- a/ReactCommon/fabric/core/shadownode/ShadowNode.h +++ b/ReactCommon/fabric/core/shadownode/ShadowNode.h @@ -11,12 +11,12 @@ #include #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/shadownode/ShadowNodeFragment.h b/ReactCommon/fabric/core/shadownode/ShadowNodeFragment.h index 9c483a14df1..8dabd15677f 100644 --- a/ReactCommon/fabric/core/shadownode/ShadowNodeFragment.h +++ b/ReactCommon/fabric/core/shadownode/ShadowNodeFragment.h @@ -7,11 +7,11 @@ #pragma once -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/core/tests/PrimitivesTest.cpp b/ReactCommon/fabric/core/tests/PrimitivesTest.cpp index fa0495f686e..7c96796a889 100644 --- a/ReactCommon/fabric/core/tests/PrimitivesTest.cpp +++ b/ReactCommon/fabric/core/tests/PrimitivesTest.cpp @@ -7,8 +7,8 @@ #include -#include #include +#include using namespace facebook::react; diff --git a/ReactCommon/fabric/core/tests/ShadowNodeTest.cpp b/ReactCommon/fabric/core/tests/ShadowNodeTest.cpp index 8caeff77742..45311bbfa27 100644 --- a/ReactCommon/fabric/core/tests/ShadowNodeTest.cpp +++ b/ReactCommon/fabric/core/tests/ShadowNodeTest.cpp @@ -7,9 +7,9 @@ #include -#include -#include #include +#include +#include #include "TestComponent.h" diff --git a/ReactCommon/fabric/core/tests/TestComponent.h b/ReactCommon/fabric/core/tests/TestComponent.h index c25e7864466..8296d63250e 100644 --- a/ReactCommon/fabric/core/tests/TestComponent.h +++ b/ReactCommon/fabric/core/tests/TestComponent.h @@ -9,11 +9,11 @@ #include -#include -#include -#include -#include #include +#include +#include +#include +#include using namespace facebook::react; diff --git a/ReactCommon/fabric/debug/BUCK b/ReactCommon/fabric/debug/BUCK index e13f71ed026..8c2dbe3eaed 100644 --- a/ReactCommon/fabric/debug/BUCK +++ b/ReactCommon/fabric/debug/BUCK @@ -30,7 +30,7 @@ rn_xplat_cxx_library( [ ("", "*.h"), ], - prefix = "fabric/debug", + prefix = "react/debug", ), compiler_flags = [ "-fexceptions", diff --git a/ReactCommon/fabric/debug/DebugStringConvertibleItem.h b/ReactCommon/fabric/debug/DebugStringConvertibleItem.h index edb01c4ea1d..f4b60fae176 100644 --- a/ReactCommon/fabric/debug/DebugStringConvertibleItem.h +++ b/ReactCommon/fabric/debug/DebugStringConvertibleItem.h @@ -9,7 +9,7 @@ #include -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/debug/debugStringConvertibleUtils.h b/ReactCommon/fabric/debug/debugStringConvertibleUtils.h index 928f267f649..51bf698b4be 100644 --- a/ReactCommon/fabric/debug/debugStringConvertibleUtils.h +++ b/ReactCommon/fabric/debug/debugStringConvertibleUtils.h @@ -12,10 +12,10 @@ #include #include -#include -#include #include #include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/debug/tests/DebugStringConvertibleTest.cpp b/ReactCommon/fabric/debug/tests/DebugStringConvertibleTest.cpp index b8175c3a147..99a1e43a365 100644 --- a/ReactCommon/fabric/debug/tests/DebugStringConvertibleTest.cpp +++ b/ReactCommon/fabric/debug/tests/DebugStringConvertibleTest.cpp @@ -7,8 +7,8 @@ #include -#include #include +#include using namespace facebook::react; diff --git a/ReactCommon/fabric/events/BUCK b/ReactCommon/fabric/events/BUCK index b75663932e0..9823eb1e3e2 100644 --- a/ReactCommon/fabric/events/BUCK +++ b/ReactCommon/fabric/events/BUCK @@ -28,7 +28,7 @@ rn_xplat_cxx_library( [ ("", "*.h"), ], - prefix = "fabric/events", + prefix = "react/events", ), compiler_flags = [ "-fexceptions", diff --git a/ReactCommon/fabric/events/BatchedEventQueue.h b/ReactCommon/fabric/events/BatchedEventQueue.h index da6fbf3b010..c73490a52c4 100644 --- a/ReactCommon/fabric/events/BatchedEventQueue.h +++ b/ReactCommon/fabric/events/BatchedEventQueue.h @@ -7,7 +7,7 @@ #pragma once -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/events/EventBeatBasedExecutor.h b/ReactCommon/fabric/events/EventBeatBasedExecutor.h index 80a616891d5..7ef5a2d74ce 100644 --- a/ReactCommon/fabric/events/EventBeatBasedExecutor.h +++ b/ReactCommon/fabric/events/EventBeatBasedExecutor.h @@ -11,7 +11,7 @@ #include #include -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/events/EventDispatcher.h b/ReactCommon/fabric/events/EventDispatcher.h index 4a89c9d2234..897376b1e15 100644 --- a/ReactCommon/fabric/events/EventDispatcher.h +++ b/ReactCommon/fabric/events/EventDispatcher.h @@ -8,10 +8,10 @@ #include -#include -#include -#include -#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/events/EventEmitter.cpp b/ReactCommon/fabric/events/EventEmitter.cpp index 7961f964c51..cd823647a79 100644 --- a/ReactCommon/fabric/events/EventEmitter.cpp +++ b/ReactCommon/fabric/events/EventEmitter.cpp @@ -7,8 +7,8 @@ #include "EventEmitter.h" -#include #include +#include #include "RawEvent.h" diff --git a/ReactCommon/fabric/events/EventEmitter.h b/ReactCommon/fabric/events/EventEmitter.h index 1a51b982a76..a974822d0cb 100644 --- a/ReactCommon/fabric/events/EventEmitter.h +++ b/ReactCommon/fabric/events/EventEmitter.h @@ -9,9 +9,9 @@ #include #include -#include -#include #include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/events/EventQueue.h b/ReactCommon/fabric/events/EventQueue.h index aec7a3c9f24..1a322beddfc 100644 --- a/ReactCommon/fabric/events/EventQueue.h +++ b/ReactCommon/fabric/events/EventQueue.h @@ -11,10 +11,10 @@ #include #include -#include -#include -#include #include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/events/RawEvent.h b/ReactCommon/fabric/events/RawEvent.h index ecb022af6e4..1b34f884f8b 100644 --- a/ReactCommon/fabric/events/RawEvent.h +++ b/ReactCommon/fabric/events/RawEvent.h @@ -8,8 +8,8 @@ #include -#include #include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/events/UnbatchedEventQueue.h b/ReactCommon/fabric/events/UnbatchedEventQueue.h index 06c4a14de50..46f2392e928 100644 --- a/ReactCommon/fabric/events/UnbatchedEventQueue.h +++ b/ReactCommon/fabric/events/UnbatchedEventQueue.h @@ -7,7 +7,7 @@ #pragma once -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/graphics/BUCK b/ReactCommon/fabric/graphics/BUCK index 2bbfff443c4..a1386775b52 100644 --- a/ReactCommon/fabric/graphics/BUCK +++ b/ReactCommon/fabric/graphics/BUCK @@ -30,7 +30,7 @@ rn_xplat_cxx_library( [ ("", "*.h"), ], - prefix = "fabric/graphics", + prefix = "react/graphics", ), compiler_flags = [ "-fexceptions", @@ -42,7 +42,7 @@ rn_xplat_cxx_library( [ ("platform/android", "**/*.h"), ], - prefix = "fabric/graphics", + prefix = "react/graphics", ), fbandroid_srcs = glob( [ @@ -63,7 +63,7 @@ rn_xplat_cxx_library( [ ("platform/ios", "*.h"), ], - prefix = "fabric/graphics", + prefix = "react/graphics", ), ios_frameworks = [ "$SDKROOT/System/Library/Frameworks/CoreGraphics.framework", diff --git a/ReactCommon/fabric/graphics/Geometry.h b/ReactCommon/fabric/graphics/Geometry.h index 2a29b1fc570..df491e4a167 100644 --- a/ReactCommon/fabric/graphics/Geometry.h +++ b/ReactCommon/fabric/graphics/Geometry.h @@ -9,7 +9,7 @@ #include #include -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/graphics/conversions.h b/ReactCommon/fabric/graphics/conversions.h index 1298c7812ec..aa847b933d9 100644 --- a/ReactCommon/fabric/graphics/conversions.h +++ b/ReactCommon/fabric/graphics/conversions.h @@ -7,9 +7,9 @@ #pragma once -#include -#include #include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/graphics/platform/android/Color.h b/ReactCommon/fabric/graphics/platform/android/Color.h index 6928b018aa1..15392456595 100644 --- a/ReactCommon/fabric/graphics/platform/android/Color.h +++ b/ReactCommon/fabric/graphics/platform/android/Color.h @@ -10,7 +10,7 @@ #include #include -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/graphics/platform/ios/Color.h b/ReactCommon/fabric/graphics/platform/ios/Color.h index 73064db216e..90780062148 100644 --- a/ReactCommon/fabric/graphics/platform/ios/Color.h +++ b/ReactCommon/fabric/graphics/platform/ios/Color.h @@ -10,8 +10,8 @@ #include #include -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/imagemanager/BUCK b/ReactCommon/fabric/imagemanager/BUCK index c2cbd424261..0886629bb4d 100644 --- a/ReactCommon/fabric/imagemanager/BUCK +++ b/ReactCommon/fabric/imagemanager/BUCK @@ -32,7 +32,7 @@ rn_xplat_cxx_library( [ ("", "*.h"), ], - prefix = "fabric/imagemanager", + prefix = "react/imagemanager", ), fbandroid_headers = subdir_glob( [ @@ -61,7 +61,7 @@ rn_xplat_cxx_library( ("", "*.h"), ("platform/ios", "RCTImagePrimitivesConversions.h"), ], - prefix = "fabric/imagemanager", + prefix = "react/imagemanager", ), ios_frameworks = [ "$SDKROOT/System/Library/Frameworks/CoreGraphics.framework", diff --git a/ReactCommon/fabric/imagemanager/ImageManager.h b/ReactCommon/fabric/imagemanager/ImageManager.h index 3bdbee79b0e..dba71a37708 100644 --- a/ReactCommon/fabric/imagemanager/ImageManager.h +++ b/ReactCommon/fabric/imagemanager/ImageManager.h @@ -9,8 +9,8 @@ #include -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/imagemanager/ImageRequest.h b/ReactCommon/fabric/imagemanager/ImageRequest.h index 9151f498b71..ebe0a93e7b4 100644 --- a/ReactCommon/fabric/imagemanager/ImageRequest.h +++ b/ReactCommon/fabric/imagemanager/ImageRequest.h @@ -9,10 +9,10 @@ #include -#include -#include #include #include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/imagemanager/platform/ios/RCTImageManager.h b/ReactCommon/fabric/imagemanager/platform/ios/RCTImageManager.h index 53a8eb567ff..0bd16fdabca 100644 --- a/ReactCommon/fabric/imagemanager/platform/ios/RCTImageManager.h +++ b/ReactCommon/fabric/imagemanager/platform/ios/RCTImageManager.h @@ -7,8 +7,8 @@ #import -#import -#import +#import +#import NS_ASSUME_NONNULL_BEGIN diff --git a/ReactCommon/fabric/imagemanager/platform/ios/RCTImagePrimitivesConversions.h b/ReactCommon/fabric/imagemanager/platform/ios/RCTImagePrimitivesConversions.h index 13326635fce..2a4b6f0f53e 100644 --- a/ReactCommon/fabric/imagemanager/platform/ios/RCTImagePrimitivesConversions.h +++ b/ReactCommon/fabric/imagemanager/platform/ios/RCTImagePrimitivesConversions.h @@ -8,7 +8,7 @@ #import #import -#import +#import using namespace facebook::react; diff --git a/ReactCommon/fabric/imagemanager/primitives.h b/ReactCommon/fabric/imagemanager/primitives.h index b9f02f4aa54..5544a82ae5e 100644 --- a/ReactCommon/fabric/imagemanager/primitives.h +++ b/ReactCommon/fabric/imagemanager/primitives.h @@ -10,7 +10,7 @@ #include #include -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/imagemanager/tests/ImageManagerTest.cpp b/ReactCommon/fabric/imagemanager/tests/ImageManagerTest.cpp index dedb2c1ea74..1611e019a61 100644 --- a/ReactCommon/fabric/imagemanager/tests/ImageManagerTest.cpp +++ b/ReactCommon/fabric/imagemanager/tests/ImageManagerTest.cpp @@ -9,7 +9,7 @@ #include -#include +#include using namespace facebook::react; diff --git a/ReactCommon/fabric/sample/SampleComponentDescriptorFactor.cpp b/ReactCommon/fabric/sample/SampleComponentDescriptorFactor.cpp index e842c98ecd4..4f15775f5f3 100644 --- a/ReactCommon/fabric/sample/SampleComponentDescriptorFactor.cpp +++ b/ReactCommon/fabric/sample/SampleComponentDescriptorFactor.cpp @@ -5,9 +5,9 @@ * LICENSE file in the root directory of this source tree. */ -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/textlayoutmanager/BUCK b/ReactCommon/fabric/textlayoutmanager/BUCK index dedeaaf68fd..a56bc827587 100644 --- a/ReactCommon/fabric/textlayoutmanager/BUCK +++ b/ReactCommon/fabric/textlayoutmanager/BUCK @@ -32,7 +32,7 @@ rn_xplat_cxx_library( [ ("", "*.h"), ], - prefix = "fabric/textlayoutmanager", + prefix = "react/textlayoutmanager", ), compiler_flags = [ "-fexceptions", @@ -48,7 +48,7 @@ rn_xplat_cxx_library( ("", "*.h"), ("platform/android", "*.h"), ], - prefix = "fabric/textlayoutmanager", + prefix = "react/textlayoutmanager", ), fbandroid_headers = subdir_glob( [ @@ -73,7 +73,7 @@ rn_xplat_cxx_library( [ ("platform/ios", "*.h"), ], - prefix = "fabric/textlayoutmanager", + prefix = "react/textlayoutmanager", ), ios_frameworks = [ "$SDKROOT/System/Library/Frameworks/CoreGraphics.framework", diff --git a/ReactCommon/fabric/textlayoutmanager/platform/android/TextLayoutManager.cpp b/ReactCommon/fabric/textlayoutmanager/platform/android/TextLayoutManager.cpp index e3ae34f373a..22354e2eb8d 100644 --- a/ReactCommon/fabric/textlayoutmanager/platform/android/TextLayoutManager.cpp +++ b/ReactCommon/fabric/textlayoutmanager/platform/android/TextLayoutManager.cpp @@ -7,7 +7,7 @@ #include "TextLayoutManager.h" -#include +#include #include using namespace facebook::jni; diff --git a/ReactCommon/fabric/textlayoutmanager/platform/android/TextLayoutManager.h b/ReactCommon/fabric/textlayoutmanager/platform/android/TextLayoutManager.h index aa94601b718..31a5479d725 100644 --- a/ReactCommon/fabric/textlayoutmanager/platform/android/TextLayoutManager.h +++ b/ReactCommon/fabric/textlayoutmanager/platform/android/TextLayoutManager.h @@ -9,10 +9,10 @@ #include -#include -#include -#include -#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTAttributedTextUtils.h b/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTAttributedTextUtils.h index 6f190e7cade..87cc2b55f9d 100644 --- a/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTAttributedTextUtils.h +++ b/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTAttributedTextUtils.h @@ -7,8 +7,8 @@ #import -#include -#include +#include +#include NS_ASSUME_NONNULL_BEGIN diff --git a/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTAttributedTextUtils.mm b/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTAttributedTextUtils.mm index 8b21215d7ce..52d205fb8df 100644 --- a/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTAttributedTextUtils.mm +++ b/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTAttributedTextUtils.mm @@ -7,10 +7,10 @@ #import "RCTAttributedTextUtils.h" -#include -#include -#include -#include +#include +#include +#include +#include @implementation RCTSharedShadowNodeWrapper @end diff --git a/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTFontUtils.h b/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTFontUtils.h index 30d0832ed83..3740072e5d6 100644 --- a/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTFontUtils.h +++ b/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTFontUtils.h @@ -7,7 +7,7 @@ #import -#import +#import NS_ASSUME_NONNULL_BEGIN diff --git a/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTTextLayoutManager.h b/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTTextLayoutManager.h index d44e05fdd39..510775fd082 100644 --- a/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTTextLayoutManager.h +++ b/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTTextLayoutManager.h @@ -7,10 +7,10 @@ #import -#import -#import -#import -#import +#import +#import +#import +#import NS_ASSUME_NONNULL_BEGIN diff --git a/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTTextPrimitivesConversions.h b/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTTextPrimitivesConversions.h index 2ac7a295d6d..7880077542f 100644 --- a/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTTextPrimitivesConversions.h +++ b/ReactCommon/fabric/textlayoutmanager/platform/ios/RCTTextPrimitivesConversions.h @@ -7,8 +7,8 @@ #import -#include -#include +#include +#include using namespace facebook::react; diff --git a/ReactCommon/fabric/textlayoutmanager/platform/ios/TextLayoutManager.h b/ReactCommon/fabric/textlayoutmanager/platform/ios/TextLayoutManager.h index dc7baea7516..c03970c22e1 100644 --- a/ReactCommon/fabric/textlayoutmanager/platform/ios/TextLayoutManager.h +++ b/ReactCommon/fabric/textlayoutmanager/platform/ios/TextLayoutManager.h @@ -9,10 +9,10 @@ #include -#include -#include -#include -#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/textlayoutmanager/tests/TextLayoutManagerTest.cpp b/ReactCommon/fabric/textlayoutmanager/tests/TextLayoutManagerTest.cpp index d534fb699a7..17ba173305d 100644 --- a/ReactCommon/fabric/textlayoutmanager/tests/TextLayoutManagerTest.cpp +++ b/ReactCommon/fabric/textlayoutmanager/tests/TextLayoutManagerTest.cpp @@ -9,7 +9,7 @@ #include -#include +#include using namespace facebook::react; diff --git a/ReactCommon/fabric/uimanager/BUCK b/ReactCommon/fabric/uimanager/BUCK index 682cd1a31bf..f0ce4821aea 100644 --- a/ReactCommon/fabric/uimanager/BUCK +++ b/ReactCommon/fabric/uimanager/BUCK @@ -28,7 +28,7 @@ rn_xplat_cxx_library( [ ("", "*.h"), ], - prefix = "fabric/uimanager", + prefix = "react/uimanager", ), compiler_flags = [ "-fexceptions", diff --git a/ReactCommon/fabric/uimanager/ComponentDescriptorFactory.h b/ReactCommon/fabric/uimanager/ComponentDescriptorFactory.h index 3ef02294c38..c527e529e5f 100644 --- a/ReactCommon/fabric/uimanager/ComponentDescriptorFactory.h +++ b/ReactCommon/fabric/uimanager/ComponentDescriptorFactory.h @@ -9,9 +9,9 @@ #include -#include -#include -#include +#include +#include +#include #include "ComponentDescriptorRegistry.h" diff --git a/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.cpp b/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.cpp index 3ea1e2ddd96..b72d5d13a0f 100644 --- a/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.cpp +++ b/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.cpp @@ -5,8 +5,8 @@ #include "ComponentDescriptorRegistry.h" -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.h b/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.h index 83a119713b3..7f6614fb9c6 100644 --- a/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.h +++ b/ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.h @@ -7,7 +7,7 @@ #include -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/Differentiator.cpp b/ReactCommon/fabric/uimanager/Differentiator.cpp index e3e26739df4..3b6f1f891b9 100644 --- a/ReactCommon/fabric/uimanager/Differentiator.cpp +++ b/ReactCommon/fabric/uimanager/Differentiator.cpp @@ -5,7 +5,7 @@ #include "Differentiator.h" -#include +#include #include "ShadowView.h" namespace facebook { diff --git a/ReactCommon/fabric/uimanager/Differentiator.h b/ReactCommon/fabric/uimanager/Differentiator.h index 384b5570dc0..e24c8a7018b 100644 --- a/ReactCommon/fabric/uimanager/Differentiator.h +++ b/ReactCommon/fabric/uimanager/Differentiator.h @@ -5,8 +5,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/Scheduler.cpp b/ReactCommon/fabric/uimanager/Scheduler.cpp index 68303b6868b..d8320996a0f 100644 --- a/ReactCommon/fabric/uimanager/Scheduler.cpp +++ b/ReactCommon/fabric/uimanager/Scheduler.cpp @@ -7,11 +7,11 @@ #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include "ComponentDescriptorFactory.h" #include "Differentiator.h" diff --git a/ReactCommon/fabric/uimanager/Scheduler.h b/ReactCommon/fabric/uimanager/Scheduler.h index d977317925c..9c36711627c 100644 --- a/ReactCommon/fabric/uimanager/Scheduler.h +++ b/ReactCommon/fabric/uimanager/Scheduler.h @@ -8,16 +8,16 @@ #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/SchedulerDelegate.h b/ReactCommon/fabric/uimanager/SchedulerDelegate.h index 081154c1b0d..446fb5fb09c 100644 --- a/ReactCommon/fabric/uimanager/SchedulerDelegate.h +++ b/ReactCommon/fabric/uimanager/SchedulerDelegate.h @@ -7,9 +7,9 @@ #include -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/ShadowTree.cpp b/ReactCommon/fabric/uimanager/ShadowTree.cpp index efa1de85559..48823af51bb 100644 --- a/ReactCommon/fabric/uimanager/ShadowTree.cpp +++ b/ReactCommon/fabric/uimanager/ShadowTree.cpp @@ -5,8 +5,8 @@ #include "ShadowTree.h" -#include -#include +#include +#include #include "Differentiator.h" #include "ShadowTreeDelegate.h" diff --git a/ReactCommon/fabric/uimanager/ShadowTree.h b/ReactCommon/fabric/uimanager/ShadowTree.h index 836f956b62c..346dc96db98 100644 --- a/ReactCommon/fabric/uimanager/ShadowTree.h +++ b/ReactCommon/fabric/uimanager/ShadowTree.h @@ -8,12 +8,12 @@ #include #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/ShadowTreeDelegate.h b/ReactCommon/fabric/uimanager/ShadowTreeDelegate.h index 7dbc96e7325..e4d14018405 100644 --- a/ReactCommon/fabric/uimanager/ShadowTreeDelegate.h +++ b/ReactCommon/fabric/uimanager/ShadowTreeDelegate.h @@ -5,7 +5,7 @@ #pragma once -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/ShadowView.cpp b/ReactCommon/fabric/uimanager/ShadowView.cpp index 8f0c869afd1..1120745c7f6 100644 --- a/ReactCommon/fabric/uimanager/ShadowView.cpp +++ b/ReactCommon/fabric/uimanager/ShadowView.cpp @@ -5,7 +5,7 @@ #include "ShadowView.h" -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/ShadowView.h b/ReactCommon/fabric/uimanager/ShadowView.h index 54c3b972f2f..867fdc235bf 100644 --- a/ReactCommon/fabric/uimanager/ShadowView.h +++ b/ReactCommon/fabric/uimanager/ShadowView.h @@ -5,12 +5,12 @@ #pragma once -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/ShadowViewMutation.h b/ReactCommon/fabric/uimanager/ShadowViewMutation.h index 6619bec6b8f..b5d452bc8d4 100644 --- a/ReactCommon/fabric/uimanager/ShadowViewMutation.h +++ b/ReactCommon/fabric/uimanager/ShadowViewMutation.h @@ -9,7 +9,7 @@ #include -#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/UIManager.cpp b/ReactCommon/fabric/uimanager/UIManager.cpp index e32237f0a80..881362cb283 100644 --- a/ReactCommon/fabric/uimanager/UIManager.cpp +++ b/ReactCommon/fabric/uimanager/UIManager.cpp @@ -2,8 +2,8 @@ #include "UIManager.h" -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/UIManager.h b/ReactCommon/fabric/uimanager/UIManager.h index 179fbdb4e50..f7431c9ad3d 100644 --- a/ReactCommon/fabric/uimanager/UIManager.h +++ b/ReactCommon/fabric/uimanager/UIManager.h @@ -6,9 +6,9 @@ #include #include -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/UIManagerBinding.cpp b/ReactCommon/fabric/uimanager/UIManagerBinding.cpp index 6eb0dbc8926..05341d3d7c9 100644 --- a/ReactCommon/fabric/uimanager/UIManagerBinding.cpp +++ b/ReactCommon/fabric/uimanager/UIManagerBinding.cpp @@ -2,7 +2,7 @@ #include "UIManagerBinding.h" -#include +#include #include diff --git a/ReactCommon/fabric/uimanager/UIManagerBinding.h b/ReactCommon/fabric/uimanager/UIManagerBinding.h index ad4614cc051..f52d695941f 100644 --- a/ReactCommon/fabric/uimanager/UIManagerBinding.h +++ b/ReactCommon/fabric/uimanager/UIManagerBinding.h @@ -2,10 +2,10 @@ #pragma once -#include -#include #include #include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/UIManagerDelegate.h b/ReactCommon/fabric/uimanager/UIManagerDelegate.h index 0e67113b89f..e2375329d9a 100644 --- a/ReactCommon/fabric/uimanager/UIManagerDelegate.h +++ b/ReactCommon/fabric/uimanager/UIManagerDelegate.h @@ -7,8 +7,8 @@ #pragma once -#include -#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/UITemplateProcessor.cpp b/ReactCommon/fabric/uimanager/UITemplateProcessor.cpp index 13045a3fdbc..fa252065d2c 100644 --- a/ReactCommon/fabric/uimanager/UITemplateProcessor.cpp +++ b/ReactCommon/fabric/uimanager/UITemplateProcessor.cpp @@ -7,16 +7,16 @@ #include "UITemplateProcessor.h" -#include -#include -#include -#include -#include -#include -#include -#include #include #include +#include +#include +#include +#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/UITemplateProcessor.h b/ReactCommon/fabric/uimanager/UITemplateProcessor.h index 3039e1f668a..a478eb6f0e5 100644 --- a/ReactCommon/fabric/uimanager/UITemplateProcessor.h +++ b/ReactCommon/fabric/uimanager/UITemplateProcessor.h @@ -11,9 +11,9 @@ #include -#include -#include -#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/primitives.h b/ReactCommon/fabric/uimanager/primitives.h index 71b2d8606f6..8400116a2ba 100644 --- a/ReactCommon/fabric/uimanager/primitives.h +++ b/ReactCommon/fabric/uimanager/primitives.h @@ -2,10 +2,10 @@ #pragma once -#include #include #include #include +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/uimanager/tests/FabricUIManagerTest.cpp b/ReactCommon/fabric/uimanager/tests/FabricUIManagerTest.cpp index f9a42eab9e7..59dbbab049c 100644 --- a/ReactCommon/fabric/uimanager/tests/FabricUIManagerTest.cpp +++ b/ReactCommon/fabric/uimanager/tests/FabricUIManagerTest.cpp @@ -7,8 +7,8 @@ #include -#include #include +#include using namespace facebook::react; diff --git a/ReactCommon/fabric/uimanager/tests/UITemplateProcessorTest.cpp b/ReactCommon/fabric/uimanager/tests/UITemplateProcessorTest.cpp index baca33cdabd..d1a52576d61 100644 --- a/ReactCommon/fabric/uimanager/tests/UITemplateProcessorTest.cpp +++ b/ReactCommon/fabric/uimanager/tests/UITemplateProcessorTest.cpp @@ -7,20 +7,20 @@ #include -#include -#include #include +#include +#include using namespace facebook::react; -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include namespace facebook { namespace react {