diff options
author | chai <chaifix@163.com> | 2018-11-22 10:24:58 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-22 10:24:58 +0800 |
commit | 7256d216ecf154d6418c1f3b36dd58a2b69b7827 (patch) | |
tree | a9a11ed0f3bdcbf929dbd27ee55cd2402496b9d2 /src/lua/modules/thread/je_lua_thread.h | |
parent | 1b25709b10cf92007096949f002b4941517eb749 (diff) |
*格式化代码
Diffstat (limited to 'src/lua/modules/thread/je_lua_thread.h')
-rw-r--r-- | src/lua/modules/thread/je_lua_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/modules/thread/je_lua_thread.h b/src/lua/modules/thread/je_lua_thread.h index a3e4e76..12d482e 100644 --- a/src/lua/modules/thread/je_lua_thread.h +++ b/src/lua/modules/thread/je_lua_thread.h @@ -1,5 +1,5 @@ #include "libjin/jin.h" -#include "lua/common/je_lua_common.h" +#include "common/je_lua_common.h" namespace JinEngine { |