diff options
| author | “pengxuanzheng” <[email protected]> | 2022-07-05 09:26:56 +0000 |
|---|---|---|
| committer | “pengxuanzheng” <[email protected]> | 2022-07-05 09:26:56 +0000 |
| commit | 368976573d409c5eda178fc5081bd47e0f1a6220 (patch) | |
| tree | 8176ab8b60316f3fc92cc36d695f37bddb417dbf /example/multithread.cpp | |
| parent | e075fb586aa9e72226be6888ded7a2eba72b8cd4 (diff) | |
✨ feat(TSG-11123): 删除多余的文件
Diffstat (limited to 'example/multithread.cpp')
| -rw-r--r-- | example/multithread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/multithread.cpp b/example/multithread.cpp index b6090ce..a5a2119 100644 --- a/example/multithread.cpp +++ b/example/multithread.cpp @@ -12,7 +12,7 @@ extern "C" #include<unistd.h> #include<time.h> } -#include"../include/tsg_lua_interface.h" +#include"../src/tsg_lua_interface.h" #ifndef MAX_THREAD_NUM #define MAX_THREAD_NUM 9 #endif |
