summaryrefslogtreecommitdiff
path: root/src/common/utf8.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/utf8.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 'src/common/utf8.h')
-rw-r--r--src/common/utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/utf8.h b/src/common/utf8.h
index 36cf75713..6479ec5ad 100644
--- a/src/common/utf8.h
+++ b/src/common/utf8.h
@@ -16,7 +16,7 @@
16 16
17#pragma once 17#pragma once
18 18
19#include "common_types.h" 19#include "common/common_types.h"
20#include <string> 20#include <string>
21 21
22u32 u8_nextchar(const char *s, int *i); 22u32 u8_nextchar(const char *s, int *i);