Skip to content

Commit 2f3ef68

Browse files
j-piaseckifacebook-github-bot
authored andcommitted
Use umbrella instead of a direct include in react/renderer/telemetry module
Summary: Changelog: [Internal] Update the react/renderer/telemetry module to use the `React/Utils.h` umbrella include instead of a direct one. Differential Revision: D120316919
1 parent 309779a commit 2f3ef68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native/ReactCommon/react/renderer/telemetry/SurfaceTelemetry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
#include <vector>
1313

14+
#include <React/Utils.h>
1415
#include <react/renderer/telemetry/TransactionTelemetry.h>
15-
#include <react/utils/Telemetry.h>
1616

1717
namespace facebook::react {
1818

packages/react-native/ReactCommon/react/renderer/telemetry/TransactionTelemetry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <cstdint>
1414
#include <functional>
1515

16-
#include <react/utils/Telemetry.h>
16+
#include <React/Utils.h>
1717

1818
namespace facebook::react {
1919

0 commit comments

Comments
 (0)