Skip to content

Commit e7ecdd0

Browse files
j-piaseckifacebook-github-bot
authored andcommitted
Use umbrella instead of a direct include in utils module (#58634)
Summary: Changelog: [Internal] Update the utils module to use `React/Debug.h` umbrella include instead of a direct one. Differential Revision: D121165065
1 parent a023b5c commit e7ecdd0

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

‎packages/react-native/ReactCommon/react/utils/ContextContainer.h‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
#include <string>
1717
#include <unordered_map>
1818

19-
#include <react/debug/flags.h>
20-
#include <react/debug/react_native_assert.h>
19+
#include <React/Debug.h>
2120

2221
namespace facebook::react {
2322

‎packages/react-native/ReactCommon/react/utils/ManagedObjectWrapper.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#include <react/cxxstableapi/UmbrellaGuard.h>
1111

12-
#include <react/debug/react_native_assert.h>
12+
#include <React/Debug.h>
1313

1414
#if defined(__APPLE__)
1515
#include <TargetConditionals.h>

0 commit comments

Comments
 (0)