diff options
author | chai <chaifix@163.com> | 2018-11-22 12:23:12 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-22 12:23:12 +0800 |
commit | 7a20483f06624e82feb129c9e4c8fa13881a6a9f (patch) | |
tree | 82707e7546fe14d1b781a2e15f65f6ef976ac322 /src/lua/jin.h | |
parent | 7256d216ecf154d6418c1f3b36dd58a2b69b7827 (diff) |
*修改lua bind
Diffstat (limited to 'src/lua/jin.h')
-rw-r--r-- | src/lua/jin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua/jin.h b/src/lua/jin.h index 0287a54..9042704 100644 --- a/src/lua/jin.h +++ b/src/lua/jin.h @@ -4,8 +4,8 @@ #ifndef __JIN_M_JIN_H #define __JIN_M_JIN_H -#include "LuaJIT/lua.hpp" -#include "libraries/luax/luax.h" +#include "common/je_lua.h" + #include "common/je_lua_common.h" #define MODULE_NAME "jin" |