SubprocessTest does not use dirent.h
authorMichael Lee <mzlee@fb.com>
Tue, 31 May 2016 16:31:41 +0000 (09:31 -0700)
committerFacebook Github Bot 1 <facebook-github-bot-1-bot@fb.com>
Tue, 31 May 2016 16:38:25 +0000 (09:38 -0700)
Summary: Remove it as we do not need it here.

Reviewed By: yfeldblum

Differential Revision: D3365991

fbshipit-source-id: bb36caca0319df4c8d6e3d978045b7c28369f043

folly/test/SubprocessTest.cpp

index e91dd3a8bb31ee921f8423a2a15ef263c5c66199..912b05b7104bd0cbf17a01c2de66b1d80948cab6 100644 (file)
@@ -31,7 +31,6 @@
 #include <folly/gen/String.h>
 #include <folly/experimental/TestUtil.h>
 #include <folly/experimental/io/FsUtil.h>
-#include <folly/portability/Dirent.h>
 #include <folly/portability/Unistd.h>
 
 using namespace folly;