Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed May 10, 2024
1 parent 18907f2 commit 9fdfc76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bee/lua/binding.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include <bee/nonstd/print.h>
#include <bee/nonstd/to_underlying.h>
#include <bee/nonstd/unreachable.h>
#include <bee/utility/zstring_view.h>
#include <bee/reflection.h>
#include <bee/utility/zstring_view.h>

#include <algorithm>
#include <cstdint>
Expand Down
1 change: 1 addition & 0 deletions binding/lua_filesystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,7 @@ namespace bee::lua_filesystem {
{ "fullpath", fullpath },
{ "copy_options", NULL },
{ "perm_options", NULL },
{ "directory_options", NULL },
{ NULL, NULL },
};
luaL_newlibtable(L, lib);
Expand Down

0 comments on commit 9fdfc76

Please sign in to comment.