summaryrefslogtreecommitdiff
path: root/src/common/mem_arena.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2014-04-08 20:15:08 -0400
committerGravatar bunnei2014-04-08 20:15:08 -0400
commitde0a034a849f5a1cbe2fed9ef2cc4095c56e672a (patch)
treec19b7a97fded29a04d7aca5702ab901820a663dc /src/common/mem_arena.cpp
parentgot rid of 'src' folders in each sub-project (diff)
downloadyuzu-de0a034a849f5a1cbe2fed9ef2cc4095c56e672a.tar.gz
yuzu-de0a034a849f5a1cbe2fed9ef2cc4095c56e672a.tar.xz
yuzu-de0a034a849f5a1cbe2fed9ef2cc4095c56e672a.zip
fixed project includes to use new directory structure
Diffstat (limited to '')
-rw-r--r--src/common/mem_arena.cpp8
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>