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
This commit is contained in:
empyrical 2019-02-05 12:28:52 -08:00 committed by Facebook Github Bot
parent 3b9604feda
commit cae6beff74
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
#include <fcntl.h>
#include <unistd.h>
#include <sys/mman.h>
#include <unistd.h>
#include <folly/Exception.h>