diff options
author | chai <chaifix@163.com> | 2018-09-10 07:17:50 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-10 07:17:50 +0800 |
commit | 8339939b7fce5236b1a933eef46e1dd4284a24aa (patch) | |
tree | f62c1cefb54e1e8b14fb91564b13d436accff1da /src/lua/common/error.h | |
parent | 6decddfd8470b44609e8c3aa144380f198b7b54c (diff) |
*update
Diffstat (limited to 'src/lua/common/error.h')
-rw-r--r-- | src/lua/common/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/common/error.h b/src/lua/common/error.h index 2b2c176..1d10faf 100644 --- a/src/lua/common/error.h +++ b/src/lua/common/error.h @@ -1,7 +1,7 @@ #ifndef __JIN_ERROR_H #define __JIN_ERROR_H #include "../../luax.h" -#include "../modules/jin.h" +#include "../jin.h" #include <string.h> namespace jin |