diff options
Diffstat (limited to 'src/common/mem_arena.cpp')
| -rw-r--r-- | src/common/mem_arena.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/mem_arena.cpp b/src/common/mem_arena.cpp index b76ac92d3..a456beb28 100644 --- a/src/common/mem_arena.cpp +++ b/src/common/mem_arena.cpp | |||
| @@ -22,11 +22,7 @@ | |||
| 22 | #include "common/string_util.h" | 22 | #include "common/string_util.h" |
| 23 | 23 | ||
| 24 | #ifndef _WIN32 | 24 | #ifndef _WIN32 |
| 25 | #include <sys/stat.h> | ||
| 26 | #include <fcntl.h> | 25 | #include <fcntl.h> |
| 27 | #include <unistd.h> | ||
| 28 | #include <cerrno> | ||
| 29 | #include <cstring> | ||
| 30 | #ifdef ANDROID | 26 | #ifdef ANDROID |
| 31 | #include <sys/ioctl.h> | 27 | #include <sys/ioctl.h> |
| 32 | #include <linux/ashmem.h> | 28 | #include <linux/ashmem.h> |