| Index: runtime/vm/virtual_memory_android.cc
|
| diff --git a/runtime/vm/virtual_memory_linux.cc b/runtime/vm/virtual_memory_android.cc
|
| similarity index 98%
|
| copy from runtime/vm/virtual_memory_linux.cc
|
| copy to runtime/vm/virtual_memory_android.cc
|
| index 189c0fc4c9b6cd58d8ca3d2a27ffb73b50a027e7..58ae297f0887311c496964763fac879e6fded164 100644
|
| --- a/runtime/vm/virtual_memory_linux.cc
|
| +++ b/runtime/vm/virtual_memory_android.cc
|
| @@ -5,7 +5,6 @@
|
| #include "vm/virtual_memory.h"
|
|
|
| #include <sys/mman.h>
|
| -#include <sys/unistd.h>
|
| #include <unistd.h>
|
|
|
| #include "platform/assert.h"
|
|
|