Revert "include portable_unistd.h in directory_asset_bundle (#4542)" (flutter/engine#4544)

This reverts commit a41471bdd6.
This commit is contained in:
Sarah Zakarias
2018-01-12 15:53:02 +01:00
committed by GitHub
parent a41471bdd6
commit 57330c3bff

View File

@@ -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 {