Skip to content

Commit

Permalink
Revert "include portable_unistd.h in directory_asset_bundle (flutter#…
Browse files Browse the repository at this point in the history
…4542)" (flutter#4544)

This reverts commit 211150f.
  • Loading branch information
szakarias authored Jan 12, 2018
1 parent 211150f commit 5a67f2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/directory_asset_bundle.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@

#include <fcntl.h>

#if !defined(OS_WIN)
#include <unistd.h>
#endif

#include <utility>

#include "lib/fxl/files/eintr_wrapper.h"
#include "lib/fxl/files/file.h"
#include "lib/fxl/files/path.h"
#include "lib/fxl/files/unique_fd.h"
#include "lib/fxl/portable_unistd.h"

namespace blink {

Expand Down

0 comments on commit 5a67f2d

Please sign in to comment.