diff options
Diffstat (limited to 'src/common/mem_arena.cpp')
| -rw-r--r-- | src/common/mem_arena.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/common/mem_arena.cpp b/src/common/mem_arena.cpp index 1a6fcf44d..b918eb568 100644 --- a/src/common/mem_arena.cpp +++ b/src/common/mem_arena.cpp | |||
| @@ -17,12 +17,10 @@ | |||
| 17 | 17 | ||
| 18 | #include <string> | 18 | #include <string> |
| 19 | 19 | ||
| 20 | #include "memory_util.h" | 20 | #include "common/memory_util.h" |
| 21 | #include "mem_arena.h" | 21 | #include "common/mem_arena.h" |
| 22 | 22 | ||
| 23 | #ifdef _WIN32 | 23 | #ifndef _WIN32 |
| 24 | //#include "CommonWindows.h" | ||
| 25 | #else | ||
| 26 | #include <sys/stat.h> | 24 | #include <sys/stat.h> |
| 27 | #include <fcntl.h> | 25 | #include <fcntl.h> |
| 28 | #include <unistd.h> | 26 | #include <unistd.h> |