diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2024-06-05 17:23:42 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2024-06-05 17:23:42 +0800 |
commit | 23259fc4095919d812ed05ce73605aaaf98f405a (patch) | |
tree | ca893b9b21fe6698077b8d1efc6bd12b051638d3 | |
parent | 19c538d93498af3c89d2b7c63c1004a8511b3d8e (diff) | |
download | lua-language-server-23259fc4095919d812ed05ce73605aaaf98f405a.zip |
Revert "update bee"
This reverts commit 84c18c3063d6913122824ffbde2028f1b293a68f.
-rw-r--r-- | make/modules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/modules.cpp b/make/modules.cpp index 1dd4a370..8cd6d2d9 100644 --- a/make/modules.cpp +++ b/make/modules.cpp @@ -1,4 +1,4 @@ -#include <bee/lua/module.h> +#include <binding/binding.h> extern "C" int luaopen_lpeglabel (lua_State *L); static ::bee::lua::callfunc _init(::bee::lua::register_module, "lpeglabel", luaopen_lpeglabel); |