diff options
author | chai <chaifix@163.com> | 2018-10-18 08:03:04 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-18 08:03:04 +0800 |
commit | 392c4e7c42c000d82e641a3d04f0d2a01f0aca21 (patch) | |
tree | af48d292002245229843d28d364023e1ae72a3e3 /src/libjin/Common/utf8.h | |
parent | b27581c3d9657a4a05191e47eed78d00ec0a46cd (diff) |
*格式化代码
Diffstat (limited to 'src/libjin/Common/utf8.h')
-rw-r--r-- | src/libjin/Common/utf8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/Common/utf8.h b/src/libjin/Common/utf8.h index ae41728..9abb916 100644 --- a/src/libjin/Common/utf8.h +++ b/src/libjin/Common/utf8.h @@ -1,7 +1,7 @@ #ifndef __LIBJIN_COMMON_UTF8_H #define __LIBJIN_COMMON_UTF8_H -#include "../jin_configuration.h" +#include "../configuration.h" #if LIBJIN_OS == LIBJIN_WINDOWS #include <string> |