mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-27 22:24:38 +08:00
Remove unnecessary #includes to reduce dependencies
Reviewed By: davidaurelio Differential Revision: D7803909 fbshipit-source-id: 2ccafdbfcb786c4c5f703714fb0c92cda1026cef
This commit is contained in:
committed by
Facebook Github Bot
parent
d11fdcfb93
commit
ef258b0106
@@ -1,7 +1,6 @@
|
||||
// Copyright 2004-present Facebook. All Rights Reserved.
|
||||
|
||||
#include "JInspector.h"
|
||||
#include <jschelpers/JavaScriptCore.h>
|
||||
|
||||
#ifdef WITH_INSPECTOR
|
||||
|
||||
|
||||
@@ -2,14 +2,9 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <jschelpers/JSCHelpers.h>
|
||||
#include <cxxreact/JSCExecutor.h>
|
||||
#include <cxxreact/Platform.h>
|
||||
#include <fb/fbjni.h>
|
||||
#include <fb/glog_init.h>
|
||||
#include <fb/log.h>
|
||||
#include <folly/dynamic.h>
|
||||
#include <jschelpers/Value.h>
|
||||
|
||||
#include "AndroidJSCFactory.h"
|
||||
#include "CatalystInstanceImpl.h"
|
||||
|
||||
Reference in New Issue
Block a user