Skip to content

Commit

Permalink
Remove an unneeded force include from yoga/utils.cpp (#11308)
Browse files Browse the repository at this point in the history
* Remove an unneeded force include from yoga/utils.cpp

* Change files
  • Loading branch information
acoates-ms committed Feb 27, 2023
1 parent 5ca457f commit c6842b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Remove an unneeded force include from yoga/utils.cpp",
"packageName": "react-native-windows",
"email": "30809111+acoates-ms@users.noreply.github.com",
"dependentChangeType": "patch"
}
5 changes: 1 addition & 4 deletions vnext/ReactCommon/ReactCommon.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,7 @@
<ClCompile Include="$(ReactNativeDir)\ReactCommon\logger\react_native_log.cpp" />
<CLCompile Include="$(ReactNativeDir)\ReactCommon\reactperflogger\reactperflogger\BridgeNativeModulePerfLogger.cpp" />
<ClCompile Include="$(YogaDir)\yoga\log.cpp" />
<!-- We should ideally upstream a fix for missing stdexcept, but Yoga hasn't been accepting PRs as of May 2020 -->
<ClCompile Include="$(YogaDir)\yoga\Utils.cpp">
<ForcedIncludeFiles>stdexcept;%(ForcedIncludeFiles)</ForcedIncludeFiles>
</ClCompile>
<ClCompile Include="$(YogaDir)\yoga\Utils.cpp" />
<ClCompile Include="$(YogaDir)\yoga\YGConfig.cpp" />
<ClCompile Include="$(YogaDir)\yoga\YGEnums.cpp" />
<ClCompile Include="$(YogaDir)\yoga\YGLayout.cpp" />
Expand Down

0 comments on commit c6842b3

Please sign in to comment.