From 35c7956baf7574e545f2561d38c8ddef2ee5dbe9 Mon Sep 17 00:00:00 2001 From: Danny Su Date: Mon, 29 Apr 2024 23:41:50 -0700 Subject: [PATCH] Remove RuntimeAdapter.h from HermesRuntimeAgentDelegate Summary: RuntimeAdapter.h is only needed when using CDPHandler, which the new code path doesn't need. Changelog: [Internal] Reviewed By: motiz88 Differential Revision: D56738299 fbshipit-source-id: 8cb512a3dc8dc303851871021e04aab94aa25d1e --- .../inspector-modern/chrome/HermesRuntimeAgentDelegate.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-native/ReactCommon/hermes/inspector-modern/chrome/HermesRuntimeAgentDelegate.cpp b/packages/react-native/ReactCommon/hermes/inspector-modern/chrome/HermesRuntimeAgentDelegate.cpp index d3e0a6fef84..66a91c91c64 100644 --- a/packages/react-native/ReactCommon/hermes/inspector-modern/chrome/HermesRuntimeAgentDelegate.cpp +++ b/packages/react-native/ReactCommon/hermes/inspector-modern/chrome/HermesRuntimeAgentDelegate.cpp @@ -12,7 +12,6 @@ #include #include #include -#include #include using namespace facebook::hermes;