From cae6beff749ac2bd5b9a0e1632a505e15855b4a1 Mon Sep 17 00:00:00 2001 From: empyrical Date: Tue, 5 Feb 2019 12:28:52 -0800 Subject: [PATCH] JSBigString.h: Remove duplicate include of 'unistd.h' (#23297) Summary: This removes the accidental double include of the header `unistd.h` from `JSBigString.h`. One was added by me as part of #22330, and one by matthargett as part of #21764 [General] [Fixed] - `JSBigString.h`: Removed accidental double include of header `unistd.h` Pull Request resolved: https://github.com/facebook/react-native/pull/23297 Differential Revision: D13961223 Pulled By: hramos fbshipit-source-id: c0dba8a475b3c09356d34cb65b989c286793fa67 --- ReactCommon/cxxreact/JSBigString.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ReactCommon/cxxreact/JSBigString.h b/ReactCommon/cxxreact/JSBigString.h index 97a350d3a..497b9f7b5 100644 --- a/ReactCommon/cxxreact/JSBigString.h +++ b/ReactCommon/cxxreact/JSBigString.h @@ -8,7 +8,6 @@ #include #include #include -#include #include