summaryrefslogtreecommitdiffstats
path: root/src/common/common_funcs.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-28 01:14:10 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-28 01:14:10 +0200
commit2579ae543b0ede7b348a6c5d4822f0a36b854fa4 (patch)
tree905929aeef1f2420c5873b3327086db52482e694 /src/common/common_funcs.h
parentMove framebuffer_layout from Common to Core (diff)
downloadyuzu-2579ae543b0ede7b348a6c5d4822f0a36b854fa4.tar
yuzu-2579ae543b0ede7b348a6c5d4822f0a36b854fa4.tar.gz
yuzu-2579ae543b0ede7b348a6c5d4822f0a36b854fa4.tar.bz2
yuzu-2579ae543b0ede7b348a6c5d4822f0a36b854fa4.tar.lz
yuzu-2579ae543b0ede7b348a6c5d4822f0a36b854fa4.tar.xz
yuzu-2579ae543b0ede7b348a6c5d4822f0a36b854fa4.tar.zst
yuzu-2579ae543b0ede7b348a6c5d4822f0a36b854fa4.zip
Diffstat (limited to '')
-rw-r--r--src/common/common_funcs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common_funcs.h b/src/common/common_funcs.h
index b141e79ed..2e7877500 100644
--- a/src/common/common_funcs.h
+++ b/src/common/common_funcs.h
@@ -7,7 +7,7 @@
#if !defined(ARCHITECTURE_x86_64) && !defined(_M_ARM)
#include <cstdlib> // for exit
#endif
-#include "common_types.h"
+#include "common/common_types.h"
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))