small fixes to ReactCommon

Summary: unneeded or overly generic header files, stuff like that.

Reviewed By: javache

Differential Revision: D4434029

fbshipit-source-id: f25c702e7fc8d8debbd865cf3822696bf9b61c81
This commit is contained in:
Marc Horowitz
2017-02-01 14:10:34 -08:00
committed by Facebook Github Bot
parent f33f84e75f
commit ad549c067a
5 changed files with 5 additions and 7 deletions

View File

@@ -11,7 +11,6 @@
#include <folly/json.h>
#include <folly/Exception.h>
#include <folly/Memory.h>
#include <folly/String.h>
#include <folly/Conv.h>
#include <fcntl.h>
#include <sys/time.h>