diff options
| author | 2014-09-08 17:16:32 -0700 | |
|---|---|---|
| committer | 2014-09-08 17:25:43 -0700 | |
| commit | 9d7cc2bedc55b1d1327645b9c816eea3bcd5d658 (patch) | |
| tree | 009f6afaf127c8c77730222a5d015b150d7885e2 /src/common/mem_arena.cpp | |
| parent | Merge pull request #95 from lioncash/disassembler (diff) | |
| download | yuzu-9d7cc2bedc55b1d1327645b9c816eea3bcd5d658.tar.gz yuzu-9d7cc2bedc55b1d1327645b9c816eea3bcd5d658.tar.xz yuzu-9d7cc2bedc55b1d1327645b9c816eea3bcd5d658.zip | |
common: Prune all redundant includes
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> |