Skip to content

Commit 2fb78d7

Browse files
yfeldblummeta-codesync[bot]
authored andcommitted
Remove unused <sys/types.h> from SignalHandler.cpp
Summary: Remove the unused `#include <sys/types.h>` from `fbcode/folly/debugging/symbolizer/SignalHandler.cpp`. The types provided by `<sys/types.h>` are already transitively available through other included headers (`<signal.h>`, `<folly/portability/Unistd.h>`). Reviewed By: dmm-fb Differential Revision: D95404636 fbshipit-source-id: 8588ea5916695289e62401303e064ba333101597
1 parent 49be271 commit 2fb78d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

third-party/folly/src/folly/debugging/symbolizer/SignalHandler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include <folly/debugging/symbolizer/SignalHandler.h>
2020

2121
#include <signal.h>
22-
#include <sys/types.h>
2322

2423
#include <atomic>
2524
#include <cerrno>

0 commit comments

Comments
 (0)