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
This commit is contained in:
Danny Su
2024-04-29 23:41:50 -07:00
committed by Facebook GitHub Bot
parent dd51b38101
commit 35c7956baf
@@ -12,7 +12,6 @@
#include <hermes/AsyncDebuggerAPI.h>
#include <hermes/cdp/CDPAgent.h>
#include <hermes/hermes.h>
#include <hermes/inspector/RuntimeAdapter.h>
#include <jsinspector-modern/ReactCdp.h>
using namespace facebook::hermes;