From 79597f4c66e92e37737370c5f420ea0fbd66c314 Mon Sep 17 00:00:00 2001 From: Gang Zhao Date: Wed, 19 Nov 2025 10:51:25 -0800 Subject: [PATCH] Rename jsi/hermes.h to jsi/hermes-interfaces.h (#54569) Summary: X-link: https://github.com/facebook/hermes/pull/1844 X-link: https://github.com/facebook/hermes/pull/1843 Pull Request resolved: https://github.com/facebook/react-native/pull/54569 Changelog: [Internal] Two "hermes.h" under different prefixes (jsi/hermes.h and hermes/hermes.h) are a bit confusing. Let's rename the JSI header to "hermes-interfaces.h". Differential Revision: D87200512 --- .../ReactCommon/jsi/jsi/{hermes.h => hermes-interfaces.h} | 0 .../react-native/ReactCommon/react/runtime/ReactInstance.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename packages/react-native/ReactCommon/jsi/jsi/{hermes.h => hermes-interfaces.h} (100%) diff --git a/packages/react-native/ReactCommon/jsi/jsi/hermes.h b/packages/react-native/ReactCommon/jsi/jsi/hermes-interfaces.h similarity index 100% rename from packages/react-native/ReactCommon/jsi/jsi/hermes.h rename to packages/react-native/ReactCommon/jsi/jsi/hermes-interfaces.h diff --git a/packages/react-native/ReactCommon/react/runtime/ReactInstance.cpp b/packages/react-native/ReactCommon/react/runtime/ReactInstance.cpp index 46fa1c65f94799..4bad798fcb55d5 100644 --- a/packages/react-native/ReactCommon/react/runtime/ReactInstance.cpp +++ b/packages/react-native/ReactCommon/react/runtime/ReactInstance.cpp @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include #include