Skip to content

Commit

Permalink
Switch uses of <unistd.h> to <folly/portability/Unistd.h>
Browse files Browse the repository at this point in the history
Summary: Diff #12 of 14.

Reviewed By: mzlee

Differential Revision: D3187000

fbshipit-source-id: ad56ca8ff20fa88949554b61545ee1bf982b0569
  • Loading branch information
Orvid authored and Facebook Github Bot 5 committed May 31, 2016
1 parent a8b9a49 commit 475cce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wangle/acceptor/Acceptor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#include <sys/types.h>
#include <folly/io/async/AsyncSSLSocket.h>
#include <folly/io/async/AsyncSocket.h>
#include <folly/portability/Unistd.h>
#include <gflags/gflags.h>
#include <unistd.h>

using folly::AsyncSocket;
using folly::AsyncSSLSocket;
Expand Down
2 changes: 1 addition & 1 deletion wangle/client/persistence/test/TestUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

#include <cstdlib>
#include <list>
#include <unistd.h>
#include <vector>

#include <folly/Memory.h>
#include <folly/portability/Unistd.h>
#include <gtest/gtest.h>
#include <wangle/client/persistence/FilePersistentCache.h>

Expand Down

0 comments on commit 475cce9

Please sign in to comment.