From b1055eef9bdef944d76df91b545a9d920ad1092a Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Tue, 31 May 2016 09:31:41 -0700 Subject: [PATCH] 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 --- folly/test/SubprocessTest.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1