| Index: runtime/bin/fdutils_android.cc
|
| diff --git a/runtime/bin/fdutils_android.cc b/runtime/bin/fdutils_android.cc
|
| index 3c22a04ebadd90bd56a59f74e4a17474a222dd7f..e61a2e151c6082772a506da30a15f24c694ece6b 100644
|
| --- a/runtime/bin/fdutils_android.cc
|
| +++ b/runtime/bin/fdutils_android.cc
|
| @@ -7,10 +7,10 @@
|
|
|
| #include "bin/fdutils.h"
|
|
|
| -#include <errno.h> // NOLINT
|
| -#include <fcntl.h> // NOLINT
|
| +#include <errno.h> // NOLINT
|
| +#include <fcntl.h> // NOLINT
|
| #include <sys/ioctl.h> // NOLINT
|
| -#include <unistd.h> // NOLINT
|
| +#include <unistd.h> // NOLINT
|
|
|
| #include "platform/signal_blocker.h"
|
|
|
|
|