From: Michael Lee Date: Tue, 31 May 2016 16:31:41 +0000 (-0700) Subject: SubprocessTest does not use dirent.h X-Git-Tag: 2016.07.26~176 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b1055eef9bdef944d76df91b545a9d920ad1092a;p=folly.git SubprocessTest does not use dirent.h Summary: Remove it as we do not need it here. Reviewed By: yfeldblum Differential Revision: D3365991 fbshipit-source-id: bb36caca0319df4c8d6e3d978045b7c28369f043 --- diff --git a/folly/test/SubprocessTest.cpp b/folly/test/SubprocessTest.cpp index e91dd3a8..912b05b7 100644 --- a/folly/test/SubprocessTest.cpp +++ b/folly/test/SubprocessTest.cpp @@ -31,7 +31,6 @@ #include #include #include -#include #include using namespace folly;