Skip to content

Commit

Permalink
Use C++ #include for HermesInstance (#36963)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #36963

Changelog: [Internal]

Reviewed By: luluwu2032

Differential Revision: D45096777

fbshipit-source-id: 5a52543d1b83f4e501747664e0d62039a7eda120
  • Loading branch information
christophpurrer authored and facebook-github-bot committed Apr 19, 2023
1 parent 1c4a505 commit 54f7b8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* LICENSE file in the root directory of this source tree.
*/


#include "HermesInstance.h"

#include <jsi/jsilib.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#pragma once

#include <hermes/API/hermes/hermes.h>
#include <jsi/jsi.h>
#import <react/config/ReactNativeConfig.h>
#include <react/config/ReactNativeConfig.h>

namespace facebook {
namespace react {
Expand Down

0 comments on commit 54f7b8b

Please sign in to comment.