summaryrefslogtreecommitdiff
path: root/src/common/common.h
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/common.h
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/common.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/common/common.h b/src/common/common.h
index 3b71d9b3d..8795c8a0e 100644
--- a/src/common/common.h
+++ b/src/common/common.h
@@ -43,12 +43,12 @@ private:
43}; 43};
44#endif 44#endif
45 45
46#include "log.h" 46#include "common/log.h"
47#include "common_types.h" 47#include "common/common_types.h"
48#include "msg_handler.h" 48#include "common/msg_handler.h"
49#include "common_funcs.h" 49#include "common/common_funcs.h"
50#include "common_paths.h" 50#include "common/common_paths.h"
51#include "platform.h" 51#include "common/platform.h"
52 52
53#ifdef __APPLE__ 53#ifdef __APPLE__
54// The Darwin ABI requires that stack frames be aligned to 16-byte boundaries. 54// The Darwin ABI requires that stack frames be aligned to 16-byte boundaries.