summaryrefslogtreecommitdiffstats
path: root/src/common/hash.cpp
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/hash.cpp
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 'src/common/hash.cpp')
-rw-r--r--src/common/hash.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/hash.cpp b/src/common/hash.cpp
index f3d390dc5..a02e9e5b9 100644
--- a/src/common/hash.cpp
+++ b/src/common/hash.cpp
@@ -5,9 +5,9 @@
#if defined(_MSC_VER)
#include <stdlib.h>
#endif
-#include "common_funcs.h"
-#include "common_types.h"
-#include "hash.h"
+#include "common/common_funcs.h"
+#include "common/common_types.h"
+#include "common/hash.h"
namespace Common {