Revert "include portable_unistd.h in directory_asset_bundle (#4542)" (flutter/engine#4544)
This reverts commit a41471bdd6.
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user