Skip to content

Commit

Permalink
break futex dependency on unistd portability header
Browse files Browse the repository at this point in the history
Summary: Futex.h does not need portability/Unistd.h, and this reduces the include footprint for SharedMutex.

Reviewed By: Orvid

Differential Revision: D47388008

fbshipit-source-id: 4910f29ea711f53e5d69e32b63ed854c312acc08
  • Loading branch information
chadaustin authored and facebook-github-bot committed Jan 14, 2025
1 parent 9176538 commit a6ae1e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions eden/common/telemetry/SubprocessScribeLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "eden/common/telemetry/SubprocessScribeLogger.h"

#include <folly/logging/xlog.h>
#include <folly/portability/Unistd.h>
#include <folly/system/ThreadName.h>

namespace {
Expand Down
1 change: 1 addition & 0 deletions eden/common/utils/FileDescriptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include <folly/Try.h>
#include <folly/portability/IOVec.h>
#include <folly/portability/SysTypes.h>

#include "eden/common/utils/PathFuncs.h"

Expand Down

0 comments on commit a6ae1e0

Please sign in to comment.