projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5391294
)
SubprocessTest does not use dirent.h
author
Michael Lee
<mzlee@fb.com>
Tue, 31 May 2016 16:31:41 +0000
(09:31 -0700)
committer
Facebook 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
patch
|
blob
|
history
diff --git
a/folly/test/SubprocessTest.cpp
b/folly/test/SubprocessTest.cpp
index e91dd3a8bb31ee921f8423a2a15ef263c5c66199..912b05b7104bd0cbf17a01c2de66b1d80948cab6 100644
(file)
--- a/
folly/test/SubprocessTest.cpp
+++ b/
folly/test/SubprocessTest.cpp
@@
-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;